IRunRequestExecutableWithSourceLocation インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテナー レジストリ タスク実行定義のステージ。タスク実行要求の種類がファイル、エンコード、または 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) |
タイムアウトを指定する 関数。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET