Uses of Class
com.microsoft.azure.management.cosmosdb.DatabaseAccountKind
-
-
Uses of DatabaseAccountKind in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb 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.microsoft.azure.management.cosmosdb that return DatabaseAccountKind Modifier and Type Method Description static DatabaseAccountKindDatabaseAccountKind. fromString(String name)Creates or finds a DatabaseAccountKind from its string representation.DatabaseAccountKindCosmosDBAccount. kind()Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type DatabaseAccountKind Modifier and Type Method Description static Collection<DatabaseAccountKind>DatabaseAccountKind. values()Methods in com.microsoft.azure.management.cosmosdb 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.
-