Uses of Enum Class
com.microsoft.azure.management.sql.SqlDatabasePremiumStorage
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlDatabasePremiumStorage in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionstatic SqlDatabasePremiumStorage
Returns the enum constant of this class with the specified name.static SqlDatabasePremiumStorage[]
SqlDatabasePremiumStorage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithEditionDefaults.withPremiumEdition
(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity) Sets a "Premium" edition and maximum storage capacity for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withPremiumEdition
(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity) Sets a "Premium" edition and maximum storage capacity for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithEditionDefaults.withPremiumEdition
(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity) Sets a "Premium" edition and maximum storage capacity for the SQL Database.