| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnection.DefinitionStages.Blank<CosmosDBAccount.DefinitionStages.WithCreate> |
CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection.defineNewPrivateEndpointConnection(String name)
Starts the definition of a private endpoint connection to be attached
to the cosmos db account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/