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