IWithEditionBeta.WithStandardEdition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithStandardEdition(SqlDatabaseStandardServiceObjective) |
Sets a "Standard" edition for the SQL Database. |
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage) |
Sets a "Standard" edition and maximum storage capacity for the SQL Database. |
WithStandardEdition(SqlDatabaseStandardServiceObjective)
Sets a "Standard" edition for the SQL Database.
public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate WithStandardEdition (Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardServiceObjective serviceObjective);
abstract member WithStandardEdition : Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardServiceObjective -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate
Public Function WithStandardEdition (serviceObjective As SqlDatabaseStandardServiceObjective) As IUpdate
Parameters
- serviceObjective
- SqlDatabaseStandardServiceObjective
Edition to be set for database.
Returns
Applies to
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate WithStandardEdition (Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardServiceObjective serviceObjective, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardStorage maxStorageCapacity);
abstract member WithStandardEdition : Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardServiceObjective * Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardStorage -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate
Public Function WithStandardEdition (serviceObjective As SqlDatabaseStandardServiceObjective, maxStorageCapacity As SqlDatabaseStandardStorage) As IUpdate
Parameters
- serviceObjective
- SqlDatabaseStandardServiceObjective
Edition to be set for database.
- maxStorageCapacity
- SqlDatabaseStandardStorage
Edition to be set for database.