Uses of Enum Class
com.microsoft.azure.management.sql.SqlElasticPoolStandardMinEDTUs
Packages that use SqlElasticPoolStandardMinEDTUs
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlElasticPoolStandardMinEDTUs in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return SqlElasticPoolStandardMinEDTUsModifier 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.Methods in com.microsoft.azure.management.sql with parameters of type SqlElasticPoolStandardMinEDTUsModifier 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.