CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithConnector.withCassandraConnector(ConnectorOffer connectorOffer) |
Specifies a connector offer for cassandra connector.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess.withDisableKeyBaseMetadataWriteAccess(boolean disabled) |
Specifies whether metadata write access should be disabled.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithIpRules.withIpRangeFilter(String ipRangeFilter) |
Deprecated.
|
CosmosDBAccount.DefinitionStages.WithCreate |
CosmosDBAccount.DefinitionStages.WithIpRules.withIpRules(List<IpAddressOrRange> ipRules) |
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.azure.core.management.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.azure.core.management.Region region) |
A georeplication location for the CosmosDB account.
|