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