Uses of Class
com.azure.resourcemanager.sql.models.SqlElasticPoolStandardStorage
-
Packages that use SqlElasticPoolStandardStorage Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlElasticPoolStandardStorage in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolStandardStorage Modifier and Type Method Description static SqlElasticPoolStandardStorageSqlElasticPoolStandardStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlElasticPoolStandardStorage[]SqlElasticPoolStandardStorage. 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 SqlElasticPoolStandardStorage Modifier and Type Method Description SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>SqlElasticPool.DefinitionStages.WithStandardEdition. withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)Sets the storage capacity for the SQL Azure Database Elastic Pool.SqlElasticPool.UpdateSqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity. withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)Sets the storage capacity for the SQL Azure Database Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionSqlElasticPoolOperations.DefinitionStages.WithStandardEdition. withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)Sets the storage capacity for the SQL Azure Database Elastic Pool.
-