Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase.Update
Packages that use SqlDatabase.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabase.Update in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlDatabase.UpdateModifier and TypeMethodDescriptionSqlDatabase.UpdateStages.WithEdition.withBasicEdition()Sets a "Basic" edition for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity) Sets a "Basic" edition and maximum storage capacity for the SQL Database.SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool) Sets the existing elastic pool for the SQLDatabase.SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName) Sets the existing elastic pool for the SQLDatabase.SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPoolId(String elasticPoolId) Sets the existing elastic pool for the SQLDatabase.SqlDatabase.UpdateStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes) Sets the max size in bytes for SQL Database.SqlDatabase.UpdateStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.SqlDatabase.UpdateStages.WithEdition.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective) Sets a "Premium" edition for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity) Sets a "Premium" edition and maximum storage capacity for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withSku(DatabaseSku sku) Sets the sku for the SQL Database.Sets the sku for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective) Sets a "Standard" edition for the SQL Database.SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity) Sets a "Standard" edition and maximum storage capacity for the SQL Database.