FileTaskRunRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
実行を実行する必要があるプラットフォーム プロパティ。
- valuesFilePath
- String
ソースに対する相対値/パラメーター ファイル パス。
- agentConfiguration
- AgentProperties
実行エージェントのマシン構成。
- sourceLocation
- String
ソース コンテキストの URL (絶対または相対)。 tar または git リポジトリへの URL を指定できます。 相対 URL の場合は、listBuildSourceUploadUrl API を呼び出して相対パスを取得する必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET