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
Subclasses with type arguments of type DatabaseAccountKind in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classIndicates the type of database account.Fields in com.azure.resourcemanager.cosmos.models declared as DatabaseAccountKindModifier and TypeFieldDescriptionstatic final DatabaseAccountKindDatabaseAccountKind.GLOBAL_DOCUMENT_DBStatic value GlobalDocumentDB for DatabaseAccountKind.static final DatabaseAccountKindDatabaseAccountKind.MONGO_DBStatic value MongoDB for DatabaseAccountKind.static final DatabaseAccountKindDatabaseAccountKind.PARSEStatic value Parse for DatabaseAccountKind.Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountKindModifier and TypeMethodDescriptionstatic DatabaseAccountKindDatabaseAccountKind.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.