Uses of Class
com.azure.resourcemanager.sql.models.SqlElasticPoolBasicEDTUs
-
Packages that use SqlElasticPoolBasicEDTUs Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlElasticPoolBasicEDTUs in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolBasicEDTUs Modifier and Type Method Description static SqlElasticPoolBasicEDTUsSqlElasticPoolBasicEDTUs. valueOf(String name)Returns 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 SqlElasticPoolBasicEDTUs Modifier and Type Method Description SqlElasticPool.DefinitionStages.WithBasicEdition<ParentT>SqlElasticPool.DefinitionStages.WithBasicEdition. withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateSqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity. withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithBasicEditionSqlElasticPoolOperations.DefinitionStages.WithBasicEdition. withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
-