| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CosmosDBAccount.Definition
Grouping of cosmos db definition stages.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.