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