次の方法で共有


IRunRequestExecutableWithSourceLocation インターフェイス

定義

コンテナー レジストリ タスク実行定義のステージ。タスク実行要求の種類がファイル、エンコード、または Docker の場合に実行されるリソースに必要な最小入力がすべて含まれますが、その他のオプション設定を指定することもできます。

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

プロパティ

Key

コンテナー レジストリ タスク実行定義のステージ。タスク実行要求の種類がファイル、エンコード、または Docker の場合に実行されるリソースに必要な最小入力がすべて含まれますが、その他のオプション設定を指定することもできます。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

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

(継承元 IArchive)
WithCpuCount(Int32)

CPU の数を指定する 関数。

(継承元 IAgentConfiguration)
WithSourceLocation(String)

ソース管理の場所を指定する 関数。

WithTimeout(Int32)

タイムアウトを指定する 関数。

適用対象