Uses of Enum
com.azure.resourcemanager.sql.models.SqlDatabaseBasicStorage
Packages that use SqlDatabaseBasicStorage
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseBasicStorage in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type SqlDatabaseBasicStorage in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumThe maximum allowed storage capacity for a "Basic" edition of an Azure SQL Elastic Pool.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseBasicStorageModifier and TypeMethodDescriptionstatic SqlDatabaseBasicStorageReturns 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 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.