Uses of Enum
com.azure.resourcemanager.sql.models.SqlDatabaseStandardStorage
Packages that use SqlDatabaseStandardStorage
Package
Description
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 SqlDatabaseStandardStorageModifier and TypeMethodDescriptionstatic SqlDatabaseStandardStorageReturns 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 SqlDatabaseStandardStorageModifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithEditionDefaults.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity) Sets a "Standard" edition and maximum storage capacity for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity) Sets a "Standard" edition and maximum storage capacity for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithEditionDefaults.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity) Sets a "Standard" edition and maximum storage capacity for the SQL Database.