Uses of Enum
com.azure.resourcemanager.sql.models.SqlElasticPoolBasicMaxEDTUs
Packages that use SqlElasticPoolBasicMaxEDTUs
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolBasicMaxEDTUs in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type SqlElasticPoolBasicMaxEDTUs in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumThe maximum limit of the reserved eDTUs value range for a "Basic" edition of an Azure SQL Elastic Pool.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolBasicMaxEDTUsModifier and TypeMethodDescriptionstatic SqlElasticPoolBasicMaxEDTUsReturns the enum constant of this type with the specified name.static SqlElasticPoolBasicMaxEDTUs[]SqlElasticPoolBasicMaxEDTUs.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 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.