Uses of Class
com.azure.resourcemanager.sql.models.SqlElasticPoolStandardMaxEDTUs
-
Packages that use SqlElasticPoolStandardMaxEDTUs Package Description com.azure.resourcemanager.sql.models 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 SqlElasticPoolStandardMaxEDTUs Modifier and Type Method Description static SqlElasticPoolStandardMaxEDTUsSqlElasticPoolStandardMaxEDTUs. valueOf(String name)Returns 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 SqlElasticPoolStandardMaxEDTUs Modifier and Type Method Description SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>SqlElasticPool.DefinitionStages.WithStandardEdition. withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPool.UpdateSqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity. withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionSqlElasticPoolOperations.DefinitionStages.WithStandardEdition. withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)Sets the maximum number of eDTU a database in the pool can consume.
-