Interface IWithIpRangeFilter
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db update definition allowing to set the IP range filter.
public interface IWithIpRangeFilter
Methods
WithIpRangeFilter(string)
CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges must be comma separated and must not contain any spaces.
IWithOptionals WithIpRangeFilter(string ipRangeFilter)
Parameters
ipRangeFilter
stringSpecifies the set of IP addresses or IP address ranges.