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