Interface CosmosDBAccount.DefinitionStages.WithCreate
-
- All Superinterfaces:
CosmosDBAccount.DefinitionStages.WithConnector,CosmosDBAccount.DefinitionStages.WithConsistencyPolicy,CosmosDBAccount.DefinitionStages.WithIpRules,CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess,CosmosDBAccount.DefinitionStages.WithMultipleLocations,CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection,CosmosDBAccount.DefinitionStages.WithReadReplication,CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule,Creatable<CosmosDBAccount>,HasName,Indexable,Resource.DefinitionWithTags<CosmosDBAccount.DefinitionStages.WithCreate>
- All Known Subinterfaces:
CosmosDBAccount.Definition
- Enclosing interface:
- CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithCreate extends Creatable<CosmosDBAccount>, CosmosDBAccount.DefinitionStages.WithConsistencyPolicy, CosmosDBAccount.DefinitionStages.WithReadReplication, CosmosDBAccount.DefinitionStages.WithIpRules, CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule, CosmosDBAccount.DefinitionStages.WithMultipleLocations, CosmosDBAccount.DefinitionStages.WithConnector, CosmosDBAccount.DefinitionStages.WithKeyBasedMetadataWriteAccess, CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection, Resource.DefinitionWithTags<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.
-
-
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.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.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
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.DefinitionWithTags
withTag, withTags
-
-