Uses of Enum Class
com.microsoft.azure.management.sql.SqlDatabaseStandardStorage
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlDatabaseStandardStorage in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionstatic SqlDatabaseStandardStorage
Returns the enum constant of this class with the specified name.static SqlDatabaseStandardStorage[]
SqlDatabaseStandardStorage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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.