Uses of Enum
com.azure.resourcemanager.sql.models.SqlElasticPoolBasicMinEDTUs
Packages that use SqlElasticPoolBasicMinEDTUs
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlElasticPoolBasicMinEDTUs in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type SqlElasticPoolBasicMinEDTUs in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumThe minimum 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 SqlElasticPoolBasicMinEDTUsModifier and TypeMethodDescriptionstatic SqlElasticPoolBasicMinEDTUsReturns the enum constant of this type with the specified name.static SqlElasticPoolBasicMinEDTUs[]SqlElasticPoolBasicMinEDTUs.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 SqlElasticPoolBasicMinEDTUsModifier and TypeMethodDescriptionSqlElasticPool.DefinitionStages.WithBasicEdition.withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPoolOperations.DefinitionStages.WithBasicEdition.withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU) Sets the minimum number of eDTU for each database in the pool are regardless of its activity.