你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithEditionBeta.WithStandardEdition 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WithStandardEdition(SqlDatabaseStandardServiceObjective) |
设置SQL 数据库的“标准”版本。 |
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage) |
为SQL 数据库设置“标准”版本和最大存储容量。 |
WithStandardEdition(SqlDatabaseStandardServiceObjective)
设置SQL 数据库的“标准”版本。
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
参数
- serviceObjective
- SqlDatabaseStandardServiceObjective
要为数据库设置的版本。
返回
适用于
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)
为SQL 数据库设置“标准”版本和最大存储容量。
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
参数
- serviceObjective
- SqlDatabaseStandardServiceObjective
要为数据库设置的版本。
- maxStorageCapacity
- SqlDatabaseStandardStorage
要为数据库设置的版本。