Uses of Class
com.azure.resourcemanager.cosmos.models.CreateMode
Packages that use CreateMode
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of CreateMode in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return CreateModeModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.createMode()
Get the createMode property: Enum to indicate the mode of account creation.DatabaseAccountGetProperties.createMode()
Get the createMode property: Enum to indicate the mode of account creation.DatabaseAccountGetResultsInner.createMode()
Get the createMode property: Enum to indicate the mode of account creation.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type CreateModeModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of account creation.DatabaseAccountGetProperties.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of account creation.DatabaseAccountGetResultsInner.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of account creation. -
Uses of CreateMode in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as CreateModeModifier and TypeFieldDescriptionstatic final CreateMode
CreateMode.DEFAULT
Static value Default for CreateMode.static final CreateMode
CreateMode.RESTORE
Static value Restore for CreateMode.Methods in com.azure.resourcemanager.cosmos.models that return CreateModeModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.createMode()
Get the createMode property: Enum to indicate the mode of account creation.GremlinDatabaseResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.GremlinGraphResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.MongoDBCollectionResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.MongoDBDatabaseResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.SqlContainerResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.SqlDatabaseResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.TableResource.createMode()
Get the createMode property: Enum to indicate the mode of resource creation.static CreateMode
CreateMode.fromString
(String name) Creates or finds a CreateMode from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CreateModeModifier and TypeMethodDescriptionstatic Collection
<CreateMode> CreateMode.values()
Gets known CreateMode values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type CreateModeModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of account creation.GremlinDatabaseGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.GremlinDatabaseResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.GremlinGraphGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.GremlinGraphResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.MongoDBCollectionGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.MongoDBCollectionResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.MongoDBDatabaseGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.MongoDBDatabaseResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.RestorableSqlContainerPropertiesResourceContainer.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.RestorableSqlDatabasePropertiesResourceDatabase.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.SqlContainerGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.SqlContainerResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.SqlDatabaseGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.SqlDatabaseResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.TableGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.TableResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.