Uses of Enum
com.azure.resourcemanager.sql.models.SqlElasticPoolPremiumMaxEDTUs
Packages that use SqlElasticPoolPremiumMaxEDTUs
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolPremiumMaxEDTUs in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type SqlElasticPoolPremiumMaxEDTUs in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumThe maximum limit of the reserved eDTUs value range for a "Premium" edition of an Azure SQL Elastic Pool.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolPremiumMaxEDTUsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SqlElasticPoolPremiumMaxEDTUs[]SqlElasticPoolPremiumMaxEDTUs.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlElasticPoolPremiumMaxEDTUsModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithPremiumEdition.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU) Sets the maximum number of eDTU a database in the pool can consume.