Interface CosmosDBAccount.UpdateStages.WithIpRangeFilter
-
- All Known Subinterfaces:
CosmosDBAccount.Update,CosmosDBAccount.UpdateStages.WithOptionals
- Enclosing interface:
- CosmosDBAccount.UpdateStages
public static interface CosmosDBAccount.UpdateStages.WithIpRangeFilterThe stage of the cosmos db definition allowing to set the IP range filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.UpdateStages.WithOptionalswithIpRangeFilter(String ipRangeFilter)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.
-
-
-
Method Detail
-
withIpRangeFilter
CosmosDBAccount.UpdateStages.WithOptionals withIpRangeFilter(String ipRangeFilter)
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.- Parameters:
ipRangeFilter- specifies the set of IP addresses or IP address ranges- Returns:
- the next stage of the update definition
-
-