Uses of Class
com.azure.resourcemanager.sql.models.SqlElasticPoolStandardMinEDTUs
-
Packages that use SqlElasticPoolStandardMinEDTUs Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlElasticPoolStandardMinEDTUs in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolStandardMinEDTUs Modifier and Type Method Description static SqlElasticPoolStandardMinEDTUsSqlElasticPoolStandardMinEDTUs. valueOf(String name)Returns 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 SqlElasticPoolStandardMinEDTUs Modifier and Type Method Description SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>SqlElasticPool.DefinitionStages.WithStandardEdition. withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPool.UpdateSqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity. withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionSqlElasticPoolOperations.DefinitionStages.WithStandardEdition. withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
-