Uses of Enum
com.azure.resourcemanager.sql.models.SqlElasticPoolStandardMaxEDTUs
Packages that use SqlElasticPoolStandardMaxEDTUs
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolStandardMaxEDTUs in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolStandardMaxEDTUsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SqlElasticPoolStandardMaxEDTUs[]SqlElasticPoolStandardMaxEDTUs.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 SqlElasticPoolStandardMaxEDTUsModifier 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.