| Modifier and Type | Interface and Description |
|---|---|
static interface |
CosmosDBAccount.Update
Grouping of cosmos db update stages.
|
| Modifier and Type | Method and Description |
|---|---|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withBoundedStalenessConsistency(long maxStalenessPrefix,
int maxIntervalInSeconds)
The consistency policy for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withEventualConsistency()
The consistency policy for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithIpRangeFilter.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 |
CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withoutVirtualNetwork(String virtualNetworkId,
String subnetName)
Removes a Virtual Network ACL Rule for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withSessionConsistency()
The consistency policy for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithConsistencyPolicy.withStrongConsistency()
The consistency policy for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withVirtualNetwork(String virtualNetworkId,
String subnetName)
Specifies a new Virtual Network ACL Rule for the CosmosDB account.
|
CosmosDBAccount.UpdateStages.WithOptionals |
CosmosDBAccount.UpdateStages.WithVirtualNetworkRule.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
A Virtual Network ACL Rule for the CosmosDB account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/