Uses of Enum
com.azure.resourcemanager.sql.models.SqlElasticPoolStandardMinEDTUs
Packages that use SqlElasticPoolStandardMinEDTUs
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolStandardMinEDTUs in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type SqlElasticPoolStandardMinEDTUs in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumThe minimum limit of the reserved eDTUs value range for a "Premium" edition of an Azure SQL Elastic Pool.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolStandardMinEDTUsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SqlElasticPoolStandardMinEDTUs[]SqlElasticPoolStandardMinEDTUs.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 SqlElasticPoolStandardMinEDTUsModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithStandardEdition.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.