public static interface CosmosDBAccount.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CosmosDBAccount.DefinitionStages.Blank
The first stage of a cosmos db definition.
|
static interface |
CosmosDBAccount.DefinitionStages.WithConnector
The stage of the cosmos db definition allowing to specify cassandra connector offer.
|
static interface |
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
The stage of the cosmos db definition allowing to set the consistency policy.
|
static interface |
CosmosDBAccount.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created,
but also allows for any other optional settings to be specified.
|
static interface |
CosmosDBAccount.DefinitionStages.WithGroup
The stage of the cosmos db definition allowing to specify the resource group.
|
static interface |
CosmosDBAccount.DefinitionStages.WithIpRangeFilter
The stage of the cosmos db definition allowing to set the IP range filter.
|
static interface |
CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess
The stage of the cosmos db definition allowing to specify metadata write access.
|
static interface |
CosmosDBAccount.DefinitionStages.WithKind
The stage of the cosmos db definition allowing to set the database account kind.
|
static interface |
CosmosDBAccount.DefinitionStages.WithMultipleLocations
The stage of the cosmos db definition allowing to specify whether multiple write locations will be enabled.
|
static interface |
CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection
The stage of the cosmos db definition allowing to specify private endpoint connection.
|
static interface |
CosmosDBAccount.DefinitionStages.WithReadReplication
The stage of the cosmos db definition allowing the definition of a write location.
|
static interface |
CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule
The stage of the cosmos db definition allowing the definition of a Virtual Network ACL Rule.
|
static interface |
CosmosDBAccount.DefinitionStages.WithWriteReplication
The stage of the cosmos db definition allowing the definition of a read location.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.