Uses of Class
com.azure.resourcemanager.cosmos.models.DatabaseAccountKind
Packages that use DatabaseAccountKind
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of DatabaseAccountKind in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return DatabaseAccountKindModifier and TypeMethodDescriptionDatabaseAccountGetResultsInner.kind()
Get the kind property: Indicates the type of database account.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type DatabaseAccountKindModifier and TypeMethodDescriptionDatabaseAccountGetResultsInner.withKind
(DatabaseAccountKind kind) Set the kind property: Indicates the type of database account. -
Uses of DatabaseAccountKind in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as DatabaseAccountKindModifier and TypeFieldDescriptionstatic final DatabaseAccountKind
DatabaseAccountKind.GLOBAL_DOCUMENT_DB
Static value GlobalDocumentDB for DatabaseAccountKind.static final DatabaseAccountKind
DatabaseAccountKind.MONGO_DB
Static value MongoDB for DatabaseAccountKind.static final DatabaseAccountKind
DatabaseAccountKind.PARSE
Static value Parse for DatabaseAccountKind.Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountKindModifier and TypeMethodDescriptionstatic DatabaseAccountKind
DatabaseAccountKind.fromString
(String name) Creates or finds a DatabaseAccountKind from its string representation.CosmosDBAccount.kind()
Gets the type of database account.DatabaseAccountCreateUpdateParameters.kind()
Get the kind property: Indicates the type of database account.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type DatabaseAccountKindModifier and TypeMethodDescriptionstatic Collection
<DatabaseAccountKind> DatabaseAccountKind.values()
Gets known DatabaseAccountKind values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type DatabaseAccountKindModifier and TypeMethodDescriptionCosmosDBAccount.DefinitionStages.WithKind.withKind
(DatabaseAccountKind kind) The database account kind for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithKind.withKind
(DatabaseAccountKind kind, Capability... capabilities) The database account kind for the CosmosDB account.DatabaseAccountCreateUpdateParameters.withKind
(DatabaseAccountKind kind) Set the kind property: Indicates the type of database account.