Uses of Interface
com.microsoft.azure.management.sql.SqlDatabase.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlDatabase.Update in com.microsoft.azure.management.sql
Modifier 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.WithEdition.withEdition
(DatabaseEdition edition) Deprecated.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.WithMaxSizeBytes.withMaxSizeBytes
(long maxSizeBytes) Deprecated.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.WithServiceObjective.withServiceObjective
(ServiceObjectiveName serviceLevelObjective) Deprecated.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.