public static interface SqlDatabase.UpdateStages.WithEdition
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.Update |
withBasicEdition()
Sets a "Basic" edition for the SQL Database.
|
SqlDatabase.Update |
withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
Sets a "Basic" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update |
withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective)
Sets a "Premium" edition for the SQL Database.
|
SqlDatabase.Update |
withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective,
SqlDatabasePremiumStorage maxStorageCapacity)
Sets a "Premium" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update |
withSku(DatabaseSku sku)
Sets the sku for the SQL Database.
|
SqlDatabase.Update |
withSku(Sku sku)
Sets the sku for the SQL Database.
|
SqlDatabase.Update |
withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective)
Sets a "Standard" edition for the SQL Database.
|
SqlDatabase.Update |
withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective,
SqlDatabaseStandardStorage maxStorageCapacity)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update withSku(DatabaseSku sku)
sku - sku to be set for databaseSqlDatabase.Update withSku(Sku sku)
sku - sku/edition to be set for database, all possible capabilities could be found by
SqlServers.getCapabilitiesByRegion(Region)SqlDatabase.Update withBasicEdition()
SqlDatabase.Update withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
maxStorageCapacity - the maximum storage capacitySqlDatabase.Update withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective)
serviceObjective - edition to be set for databaseSqlDatabase.Update withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity)
serviceObjective - edition to be set for databasemaxStorageCapacity - edition to be set for databaseSqlDatabase.Update withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective)
serviceObjective - edition to be set for databaseSqlDatabase.Update withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity)
serviceObjective - edition to be set for databasemaxStorageCapacity - edition to be set for databaseCopyright © 2020 Microsoft Corporation. All rights reserved.