次の方法で共有


FileTaskRunRequest コンストラクター

定義

オーバーロード

FileTaskRunRequest()

FileTaskRunRequest クラスの新しいインスタンスを初期化します。

FileTaskRunRequest(String, PlatformProperties, Nullable<Boolean>, String, IList<SetValue>, Nullable<Int32>, AgentProperties, String)

FileTaskRunRequest クラスの新しいインスタンスを初期化します。

FileTaskRunRequest()

FileTaskRunRequest クラスの新しいインスタンスを初期化します。

public FileTaskRunRequest ();
Public Sub New ()

適用対象

FileTaskRunRequest(String, PlatformProperties, Nullable<Boolean>, String, IList<SetValue>, Nullable<Int32>, AgentProperties, String)

FileTaskRunRequest クラスの新しいインスタンスを初期化します。

public FileTaskRunRequest (string taskFilePath, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.PlatformProperties platform, bool? isArchiveEnabled = default, string valuesFilePath = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> values = default, int? timeout = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.AgentProperties agentConfiguration = default, string sourceLocation = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.FileTaskRunRequest : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.PlatformProperties * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> * Nullable<int> * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.AgentProperties * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.FileTaskRunRequest
Public Sub New (taskFilePath As String, platform As PlatformProperties, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional valuesFilePath As String = Nothing, Optional values As IList(Of SetValue) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional agentConfiguration As AgentProperties = Nothing, Optional sourceLocation As String = Nothing)

パラメーター

taskFilePath
String

ソースに対するテンプレート/定義ファイル の相対パス。

platform
PlatformProperties

実行を実行する必要があるプラットフォーム プロパティ。

isArchiveEnabled
Nullable<Boolean>

実行に対してアーカイブが有効かどうかを示す値。

valuesFilePath
String

ソースに対する相対値/パラメーター ファイル パス。

values
IList<SetValue>

タスクの実行時に渡すことができるオーバーライド可能な値のコレクション。

timeout
Nullable<Int32>

実行タイムアウト (秒単位)。

agentConfiguration
AgentProperties

実行エージェントのマシン構成。

sourceLocation
String

ソース コンテキストの URL (絶対または相対)。 tar または git リポジトリへの URL を指定できます。 相対 URL の場合は、listBuildSourceUploadUrl API を呼び出して相対パスを取得する必要があります。

適用対象