Uses of Enum Class
com.microsoft.azure.management.sql.SqlElasticPoolBasicEDTUs
Packages that use SqlElasticPoolBasicEDTUs
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlElasticPoolBasicEDTUs in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return SqlElasticPoolBasicEDTUsModifier and TypeMethodDescriptionstatic SqlElasticPoolBasicEDTUs
Returns the enum constant of this class with the specified name.static SqlElasticPoolBasicEDTUs[]
SqlElasticPoolBasicEDTUs.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 SqlElasticPoolBasicEDTUsModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithBasicEdition.withReservedDtu
(SqlElasticPoolBasicEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu
(SqlElasticPoolBasicEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithBasicEdition.withReservedDtu
(SqlElasticPoolBasicEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.