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