次の方法で共有


IRunRequestExecutable インターフェイス

定義

TaskRunRequest を使用する場合の定義のステージ。リソースの実行に必要なすべての最小入力が含まれますが、その他のオプション設定を指定することもできます。

public interface IRunRequestExecutable : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IArchive, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRunRequestExecutable = interface
    interface IArchive
    interface IExecutable<IRegistryTaskRun>
    interface IIndexable
Public Interface IRunRequestExecutable
Implements IArchive, IExecutable(Of IRegistryTaskRun)
派生
実装

プロパティ

Key

TaskRunRequest を使用する場合の定義のステージ。リソースの実行に必要なすべての最小入力が含まれますが、その他のオプション設定を指定することもできます。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

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

(継承元 IExecutable<T>)
WithArchiveEnabled(Boolean)

アーカイブを指定する関数が有効または無効になっています。

(継承元 IArchive)

適用対象