Uses of Enum Class
com.microsoft.azure.management.sql.SqlElasticPoolPremiumMinEDTUs
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlElasticPoolPremiumMinEDTUs in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SqlElasticPoolPremiumMinEDTUs[]
SqlElasticPoolPremiumMinEDTUs.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithPremiumEdition.withDatabaseDtuMin
(SqlElasticPoolPremiumMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin
(SqlElasticPoolPremiumMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition.withDatabaseDtuMin
(SqlElasticPoolPremiumMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.