Uses of Class
com.azure.resourcemanager.cosmos.models.DatabaseAccountKind
-
Packages that use DatabaseAccountKind Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 DatabaseAccountKind Modifier and Type Method Description DatabaseAccountKindDatabaseAccountGetResultsInner. kind()Get the kind property: Indicates the type of database account.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type DatabaseAccountKind Modifier and Type Method Description DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. 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 DatabaseAccountKind Modifier and Type Field Description static DatabaseAccountKindDatabaseAccountKind. GLOBAL_DOCUMENT_DBStatic value GlobalDocumentDB for DatabaseAccountKind.static DatabaseAccountKindDatabaseAccountKind. MONGO_DBStatic value MongoDB for DatabaseAccountKind.static DatabaseAccountKindDatabaseAccountKind. PARSEStatic value Parse for DatabaseAccountKind.Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountKind Modifier and Type Method Description static DatabaseAccountKindDatabaseAccountKind. fromString(String name)Creates or finds a DatabaseAccountKind from its string representation.DatabaseAccountKindCosmosDBAccount. kind()DatabaseAccountKindDatabaseAccountCreateUpdateParameters. 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 DatabaseAccountKind Modifier and Type Method Description static Collection<DatabaseAccountKind>DatabaseAccountKind. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type DatabaseAccountKind Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithConsistencyPolicyCosmosDBAccount.DefinitionStages.WithKind. withKind(DatabaseAccountKind kind)The database account kind for the CosmosDB account.CosmosDBAccount.DefinitionStages.WithConsistencyPolicyCosmosDBAccount.DefinitionStages.WithKind. withKind(DatabaseAccountKind kind, Capability... capabilities)The database account kind for the CosmosDB account.DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withKind(DatabaseAccountKind kind)Set the kind property: Indicates the type of database account.
-