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