次の方法で共有


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)

要求を非同期的に実行します。

適用対象