Interface CosmosDBAccount.DefinitionStages
-
- Enclosing interface:
- CosmosDBAccount
public static interface CosmosDBAccount.DefinitionStagesGrouping of cosmos db definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCosmosDBAccount.DefinitionStages.BlankThe first stage of a cosmos db definition.static interfaceCosmosDBAccount.DefinitionStages.WithConsistencyPolicyThe stage of the cosmos db definition allowing to set the consistency policy.static interfaceCosmosDBAccount.DefinitionStages.WithCreateThe 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 interfaceCosmosDBAccount.DefinitionStages.WithGroupThe stage of the cosmos db definition allowing to specify the resource group.static interfaceCosmosDBAccount.DefinitionStages.WithIpRangeFilterThe stage of the cosmos db definition allowing to set the IP range filter.static interfaceCosmosDBAccount.DefinitionStages.WithKindThe stage of the cosmos db definition allowing to set the database account kind.static interfaceCosmosDBAccount.DefinitionStages.WithMultipleLocationsThe stage of the cosmos db definition allowing to specify whether multiple write locations will be enabled.static interfaceCosmosDBAccount.DefinitionStages.WithReadReplicationThe stage of the cosmos db definition allowing the definition of a write location.static interfaceCosmosDBAccount.DefinitionStages.WithVirtualNetworkRuleThe stage of the cosmos db definition allowing the definition of a Virtual Network ACL Rule.static interfaceCosmosDBAccount.DefinitionStages.WithWriteReplicationThe stage of the cosmos db definition allowing the definition of a read location.
-