Uses of Class
com.microsoft.azure.management.cosmosdb.DatabaseAccountOfferType
-
-
Uses of DatabaseAccountOfferType in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return DatabaseAccountOfferType Modifier and Type Method Description DatabaseAccountOfferTypeCosmosDBAccount. databaseAccountOfferType()static DatabaseAccountOfferTypeDatabaseAccountOfferType. fromString(String value)Parses a serialized value to a DatabaseAccountOfferType instance.static DatabaseAccountOfferTypeDatabaseAccountOfferType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseAccountOfferType[]DatabaseAccountOfferType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-