Interface CosmosDBAccount.Definition
-
- All Superinterfaces:
CosmosDBAccount.DefinitionStages.Blank,CosmosDBAccount.DefinitionStages.WithConnector,CosmosDBAccount.DefinitionStages.WithConsistencyPolicy,CosmosDBAccount.DefinitionStages.WithCreate,CosmosDBAccount.DefinitionStages.WithGroup,CosmosDBAccount.DefinitionStages.WithIpRules,CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess,CosmosDBAccount.DefinitionStages.WithKind,CosmosDBAccount.DefinitionStages.WithMultipleLocations,CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection,CosmosDBAccount.DefinitionStages.WithReadReplication,CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule,CosmosDBAccount.DefinitionStages.WithWriteReplication,Creatable<CosmosDBAccount>,GroupableResource.DefinitionStages.WithCreatableResourceGroup<CosmosDBAccount.DefinitionStages.WithKind>,GroupableResource.DefinitionStages.WithExistingResourceGroup<CosmosDBAccount.DefinitionStages.WithKind>,GroupableResource.DefinitionStages.WithGroup<CosmosDBAccount.DefinitionStages.WithKind>,GroupableResource.DefinitionStages.WithNewResourceGroup<CosmosDBAccount.DefinitionStages.WithKind>,HasName,Indexable,Resource.DefinitionWithRegion<CosmosDBAccount.DefinitionStages.WithGroup>,Resource.DefinitionWithTags<CosmosDBAccount.DefinitionStages.WithCreate>
- Enclosing interface:
- CosmosDBAccount
public static interface CosmosDBAccount.Definition extends CosmosDBAccount.DefinitionStages.Blank, CosmosDBAccount.DefinitionStages.WithGroup, CosmosDBAccount.DefinitionStages.WithKind, CosmosDBAccount.DefinitionStages.WithWriteReplication, CosmosDBAccount.DefinitionStages.WithReadReplication, CosmosDBAccount.DefinitionStages.WithCreate
Grouping of cosmos db definition stages.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithConnector
withCassandraConnector
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithConsistencyPolicy
withBoundedStalenessConsistency, withEventualConsistency, withSessionConsistency, withStrongConsistency
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithIpRules
withIpRangeFilter, withIpRules
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess
withDisableKeyBaseMetadataWriteAccess
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithKind
withDataModelAzureTable, withDataModelCassandra, withDataModelGremlin, withDataModelMongoDB, withDataModelSql, withKind, withKind
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithMultipleLocations
withMultipleWriteLocationsEnabled
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection
defineNewPrivateEndpointConnection
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithReadReplication
withReadReplication
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule
withVirtualNetwork, withVirtualNetworkRules
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.CosmosDBAccount.DefinitionStages.WithWriteReplication
withWriteReplication
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroup
withNewResourceGroup, withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithRegion
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-