Uses of Class
com.azure.resourcemanager.cosmos.models.DatabaseAccountOfferType
-
Packages that use DatabaseAccountOfferType 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 DatabaseAccountOfferType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return DatabaseAccountOfferType Modifier and Type Method Description DatabaseAccountOfferTypeDatabaseAccountGetProperties. databaseAccountOfferType()Get the databaseAccountOfferType property: The offer type for the Cosmos DB database account.DatabaseAccountOfferTypeDatabaseAccountGetResultsInner. databaseAccountOfferType()Get the databaseAccountOfferType property: The offer type for the Cosmos DB database account. -
Uses of DatabaseAccountOfferType in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models 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.
-