你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdate 接口

定义

SqlDatabase 更新操作的模板,包含可修改的所有设置。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithEdition, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithElasticPoolName, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithMaxSizeBytes, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithServiceObjective
type IUpdate = interface
    interface IWithEdition
    interface IWithEditionBeta
    interface IBeta
    interface IWithElasticPoolName
    interface IWithMaxSizeBytes
    interface IWithServiceObjective
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<ISqlDatabase>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlDatabase), IBeta, IUpdateWithTags(Of IUpdate), IWithEdition, IWithElasticPoolName, IWithMaxSizeBytes, IWithServiceObjective
实现

属性

Key

SqlDatabase 更新操作的模板,包含可修改的所有设置。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
WithBasicEdition()

为SQL 数据库设置“基本”版本。

(继承自 IWithEditionBeta)
WithBasicEdition(SqlDatabaseBasicStorage)

为SQL 数据库设置“基本”版本和最大存储容量。

(继承自 IWithEditionBeta)
WithEdition(DatabaseEdition)

设置SQL 数据库的版本。

(继承自 IWithEdition)
WithExistingElasticPool(ISqlElasticPool)

设置 SQLDatabase 的现有弹性池。

(继承自 IWithElasticPoolName)
WithExistingElasticPool(String)

设置 SQLDatabase 的现有弹性池。

(继承自 IWithElasticPoolName)
WithMaxSizeBytes(Int64)

设置SQL 数据库的最大大小(以字节为单位)。

(继承自 IWithMaxSizeBytes)
WithNewElasticPool(ICreatable<ISqlElasticPool>)

为 SQLDatabase 设置新的弹性池,这将在创建数据库时创建新的弹性池。

(继承自 IWithElasticPoolName)
WithoutElasticPool()

从其弹性池中删除数据库。

(继承自 IWithElasticPoolName)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithPremiumEdition(SqlDatabasePremiumServiceObjective)

为SQL 数据库设置“高级”版本。

(继承自 IWithEditionBeta)
WithPremiumEdition(SqlDatabasePremiumServiceObjective, SqlDatabasePremiumStorage)

为SQL 数据库设置“高级”版本和最大存储容量。

(继承自 IWithEditionBeta)
WithServiceObjective(ServiceObjectiveName)

设置SQL 数据库的服务级别目标。

(继承自 IWithServiceObjective)
WithStandardEdition(SqlDatabaseStandardServiceObjective)

为SQL 数据库设置“标准”版本。

(继承自 IWithEditionBeta)
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

为SQL 数据库设置“标准”版本和最大存储容量。

(继承自 IWithEditionBeta)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)

适用于