Uses of Enum
com.azure.resourcemanager.sql.models.SqlElasticPoolStandardEDTUs
Packages that use SqlElasticPoolStandardEDTUs
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolStandardEDTUs in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolStandardEDTUsModifier and TypeMethodDescriptionstatic SqlElasticPoolStandardEDTUsReturns the enum constant of this type with the specified name.static SqlElasticPoolStandardEDTUs[]SqlElasticPoolStandardEDTUs.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlElasticPoolStandardEDTUsModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithStandardEdition.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU) Sets the total shared eDTU for the SQL Azure Database Elastic Pool.