public static interface CosmosDBAccount.UpdateStages.WithIpRangeFilter
| Modifier and Type | Method and Description |
|---|---|
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.
|
CosmosDBAccount.UpdateStages.WithOptionals withIpRangeFilter(String ipRangeFilter)
ipRangeFilter - specifies the set of IP addresses or IP address ranges/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/