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.WithMultipleLocations.withMultipleWriteLocationsEnabled(boolean enabled) |
Specifies whether multiple write locations are enabled or not for this cosmos db 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.
|