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