Uses of Class
com.azure.resourcemanager.sql.models.SqlDatabaseStandardStorage
-
Packages that use SqlDatabaseStandardStorage Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabaseStandardStorage in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseStandardStorage Modifier and Type Method Description static SqlDatabaseStandardStorageSqlDatabaseStandardStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlDatabaseStandardStorage[]SqlDatabaseStandardStorage. 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 SqlDatabaseStandardStorage Modifier and Type Method Description SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>SqlDatabase.DefinitionStages.WithEditionDefaults. withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity)Sets a "Standard" edition and maximum storage capacity for the SQL Database.SqlDatabase.UpdateSqlDatabase.UpdateStages.WithEdition. withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity)Sets a "Standard" edition and maximum storage capacity for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithEditionDefaultsSqlDatabaseOperations.DefinitionStages.WithEditionDefaults. withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity)Sets a "Standard" edition and maximum storage capacity for the SQL Database.
-