Uses of Class
com.azure.resourcemanager.sql.models.SqlDatabaseBasicStorage
-
Packages that use SqlDatabaseBasicStorage Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabaseBasicStorage in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseBasicStorage Modifier and Type Method Description static SqlDatabaseBasicStorageSqlDatabaseBasicStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlDatabaseBasicStorage[]SqlDatabaseBasicStorage. 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 SqlDatabaseBasicStorage Modifier and Type Method Description SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT>SqlDatabase.DefinitionStages.WithEditionDefaults. withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)Sets a "Basic" edition and maximum storage capacity for the SQL Database.SqlDatabase.UpdateSqlDatabase.UpdateStages.WithEdition. withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)Sets a "Basic" edition and maximum storage capacity for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithEditionDefaultsSqlDatabaseOperations.DefinitionStages.WithEditionDefaults. withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)Sets a "Basic" edition for the SQL Database.
-