Uses of Enum Class
com.microsoft.azure.management.sql.SqlElasticPoolPremiumMaxEDTUs
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlElasticPoolPremiumMaxEDTUs in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SqlElasticPoolPremiumMaxEDTUs[]
SqlElasticPoolPremiumMaxEDTUs.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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.