CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.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.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithMultipleLocations.withMultipleWriteLocationsEnabled(boolean enabled) |
Specifies whether multiple write locations are enabled for this cosmos db account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithReadReplication.withReadReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region) |
A georeplication location for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withStrongConsistency() |
The strong consistency policy for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule.withVirtualNetwork(String virtualNetworkId,
String subnetName) |
Specifies a Virtual Network ACL Rule for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) |
Specifies the list of Virtual Network ACL Rules for the CosmosDB account.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithWriteReplication.withWriteReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region) |
A georeplication location for the CosmosDB account.
|