Uses of Class
com.microsoft.azure.management.cosmosdb.DatabaseAccountKind
Package
Description
This package contains the classes for CosmosDB.
-
Uses of DatabaseAccountKind in com.microsoft.azure.management.cosmosdb
Modifier 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.Modifier and TypeMethodDescriptionstatic DatabaseAccountKind
DatabaseAccountKind.fromString
(String name) Creates or finds a DatabaseAccountKind from its string representation.CosmosDBAccount.kind()
DatabaseAccountCreateUpdateParameters.kind()
Get indicates the type of database account.Modifier and TypeMethodDescriptionstatic Collection<DatabaseAccountKind>
DatabaseAccountKind.values()
Modifier 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 indicates the type of database account.