Uses of Enum Class
com.microsoft.azure.management.sql.SqlDatabaseBasicStorage
Packages that use SqlDatabaseBasicStorage
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlDatabaseBasicStorage in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return SqlDatabaseBasicStorageModifier and TypeMethodDescriptionstatic SqlDatabaseBasicStorageReturns 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.Methods in com.microsoft.azure.management.sql with parameters of type SqlDatabaseBasicStorageModifier 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.