Freigeben über


IWithEditionBeta.WithStandardEdition Methode

Definition

Überlädt

WithStandardEdition(SqlDatabaseStandardServiceObjective)

Legt eine "Standard"-Edition für die SQL-Datenbank fest.

WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

Legt eine "Standard"-Edition und die maximale Speicherkapazität für die SQL-Datenbank fest.

WithStandardEdition(SqlDatabaseStandardServiceObjective)

Legt eine "Standard"-Edition für die SQL-Datenbank fest.

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

Parameter

serviceObjective
SqlDatabaseStandardServiceObjective

Edition, die für die Datenbank festgelegt werden soll.

Gibt zurück

Gilt für:

WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

Legt eine "Standard"-Edition und die maximale Speicherkapazität für die SQL-Datenbank fest.

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

Parameter

serviceObjective
SqlDatabaseStandardServiceObjective

Edition, die für die Datenbank festgelegt werden soll.

maxStorageCapacity
SqlDatabaseStandardStorage

Edition, die für die Datenbank festgelegt werden soll.

Gibt zurück

Gilt für: