IWithEditionDefaultsBeta<ParentT>.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.Definition.IWithEditionDefaults<ParentT> WithStandardEdition (Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardServiceObjective serviceObjective);
abstract member WithStandardEdition : Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseStandardServiceObjective -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEditionDefaults<'ParentT>
Public Function WithStandardEdition (serviceObjective As SqlDatabaseStandardServiceObjective) As IWithEditionDefaults(Of ParentT)
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.Definition.IWithEditionDefaults<ParentT> 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.Definition.IWithEditionDefaults<'ParentT>
Public Function WithStandardEdition (serviceObjective As SqlDatabaseStandardServiceObjective, maxStorageCapacity As SqlDatabaseStandardStorage) As IWithEditionDefaults(Of ParentT)
Parameters
- serviceObjective
- SqlDatabaseStandardServiceObjective
Edition to be set for database.
- maxStorageCapacity
- SqlDatabaseStandardStorage
Edition to be set for database.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET