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

IUpdate 接口

定义

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

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithAdministratorPassword, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithFirewallRule, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithSystemAssignedManagedServiceIdentity
type IUpdate = interface
    interface IBeta
    interface IAppliable<ISqlServer>
    interface IIndexable
    interface IWithAdministratorPassword
    interface IWithElasticPool
    interface IWithElasticPoolBeta
    interface IWithDatabase
    interface IWithFirewallRule
    interface IWithSystemAssignedManagedServiceIdentity
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ISqlServer), IBeta, IUpdateWithTags(Of IUpdate), IWithAdministratorPassword, IWithDatabase, IWithElasticPool, IWithFirewallRule, IWithSystemAssignedManagedServiceIdentity
实现

属性

Key

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

(继承自 IIndexable)

方法

Apply()

执行更新请求。

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

异步执行更新请求。

(继承自 IAppliable<T>)
WithAdministratorPassword(String)

设置管理员登录密码。

(继承自 IWithAdministratorPassword)
WithNewDatabase(String)

在SQL Server中创建新数据库。

(继承自 IWithDatabase)
WithNewElasticPool(String, ElasticPoolEdition)

在SQL Server中创建新的弹性池。

(继承自 IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition, String[])

在SQL Server中创建新的弹性池。

(继承自 IWithElasticPoolBeta)
WithNewFirewallRule(String)

在SQL Server创建新的防火墙规则。

(继承自 IWithFirewallRule)
WithNewFirewallRule(String, String)

在SQL Server创建新的防火墙规则。

(继承自 IWithFirewallRule)
WithNewFirewallRule(String, String, String)

在SQL Server创建新的防火墙规则。

(继承自 IWithFirewallRule)
WithoutDatabase(String)

从SQL Server中删除数据库。

(继承自 IWithDatabase)
WithoutElasticPool(String)

从SQL Server中删除弹性池。

(继承自 IWithElasticPool)
WithoutFirewallRule(String)

从SQL Server中删除防火墙规则。

(继承自 IWithFirewallRule)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithSystemAssignedManagedServiceIdentity()

为 SQL Server 资源设置 (本地) 托管服务标识 (MSI) 分配的系统。

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

将标记添加到资源。

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

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

(继承自 IUpdateWithTags<T>)

适用于