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

IExecutable<T> 接口

定义

支持执行操作的所有模板接口的基接口。

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

类型参数

T

执行返回的资源的类型。

派生
实现

属性

Key

支持执行操作的所有模板接口的基接口。

(继承自 IIndexable)

方法

Execute()

执行请求。

ExecuteAsync(CancellationToken, Boolean)

异步执行请求。

适用于