次の方法で共有


IRegistryTaskRunRequest インターフェイス

定義

TaskRunRequests のコンテナー レジストリ タスク定義のステージ。これにより、ユーザーは、オーバーライドする値とアーカイブを有効にするかどうかを指定できます。

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

プロパティ

Key

TaskRunRequests のコンテナー レジストリ タスク定義のステージ。これにより、ユーザーは、オーバーライドする値とアーカイブを有効にするかどうかを指定できます。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

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

WithOverridingValue(String, OverridingValue)

1 つの値をオーバーライドするかどうかと、その値をオーバーライドする方法を指定する 関数。

WithOverridingValues(IDictionary<String,OverridingValue>)

オーバーライドされる値があるかどうかを指定する関数と、オーバーライドされる値。

適用対象