Uses of Enum Class
com.microsoft.azure.management.cosmosdb.DefaultConsistencyLevel
Packages that use DefaultConsistencyLevel
Package
Description
This package contains the classes for CosmosDB.
-
Uses of DefaultConsistencyLevel in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return DefaultConsistencyLevelModifier and TypeMethodDescriptionConsistencyPolicy.defaultConsistencyLevel()Get the default consistency level and configuration settings of the Cosmos DB account.CosmosDBAccount.defaultConsistencyLevel()static DefaultConsistencyLevelDefaultConsistencyLevel.fromString(String value) Parses a serialized value to a DefaultConsistencyLevel instance.static DefaultConsistencyLevelReturns the enum constant of this class with the specified name.static DefaultConsistencyLevel[]DefaultConsistencyLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.cosmosdb with parameters of type DefaultConsistencyLevelModifier and TypeMethodDescriptionConsistencyPolicy.withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel) Set the default consistency level and configuration settings of the Cosmos DB account.