Uses of Enum
com.azure.resourcemanager.cosmos.models.DatabaseAccountOfferType
Packages that use DatabaseAccountOfferType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 DatabaseAccountOfferTypeModifier and TypeMethodDescriptionDatabaseAccountGetProperties.databaseAccountOfferType()Get the databaseAccountOfferType property: The offer type for the Cosmos DB database account.DatabaseAccountGetResultsInner.databaseAccountOfferType()Get the databaseAccountOfferType property: The offer type for the Cosmos DB database account. -
Uses of DatabaseAccountOfferType in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type DatabaseAccountOfferType in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionenumThe offer type for the Cosmos DB database account.Methods in com.azure.resourcemanager.cosmos.models that return DatabaseAccountOfferTypeModifier and TypeMethodDescriptionCosmosDBAccount.databaseAccountOfferType()Gets the offer type for the CosmosDB database account.static DatabaseAccountOfferTypeDatabaseAccountOfferType.fromString(String value) Parses a serialized value to a DatabaseAccountOfferType instance.static DatabaseAccountOfferTypeReturns 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.