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

IAppliable<T> 接口

定义

public interface IAppliable<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IAppliable<'T> = interface
    interface IIndexable
Public Interface IAppliable(Of T)
Implements IIndexable

类型参数

T
派生
实现

属性

Key (继承自 IIndexable)

方法

Apply()

执行更新请求。

ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

适用于