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.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.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.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 © 2019. All rights reserved.