EncodedTaskRunRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EncodedTaskRunRequest() |
EncodedTaskRunRequest クラスの新しいインスタンスを初期化します。 |
EncodedTaskRunRequest(String, PlatformProperties, Nullable<Boolean>, String, String, String, IList<SetValue>, Nullable<Int32>, AgentProperties, String, Credentials) |
EncodedTaskRunRequest クラスの新しいインスタンスを初期化します。 |
EncodedTaskRunRequest()
EncodedTaskRunRequest クラスの新しいインスタンスを初期化します。
public EncodedTaskRunRequest ();
Public Sub New ()
適用対象
EncodedTaskRunRequest(String, PlatformProperties, Nullable<Boolean>, String, String, String, IList<SetValue>, Nullable<Int32>, AgentProperties, String, Credentials)
EncodedTaskRunRequest クラスの新しいインスタンスを初期化します。
public EncodedTaskRunRequest (string encodedTaskContent, Microsoft.Azure.Management.ContainerRegistry.Models.PlatformProperties platform, bool? isArchiveEnabled = default, string agentPoolName = default, string logTemplate = default, string encodedValuesContent = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.SetValue> values = default, int? timeout = default, Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties agentConfiguration = default, string sourceLocation = default, Microsoft.Azure.Management.ContainerRegistry.Models.Credentials credentials = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.EncodedTaskRunRequest : string * Microsoft.Azure.Management.ContainerRegistry.Models.PlatformProperties * Nullable<bool> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.SetValue> * Nullable<int> * Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties * string * Microsoft.Azure.Management.ContainerRegistry.Models.Credentials -> Microsoft.Azure.Management.ContainerRegistry.Models.EncodedTaskRunRequest
Public Sub New (encodedTaskContent As String, platform As PlatformProperties, Optional isArchiveEnabled As Nullable(Of Boolean) = Nothing, Optional agentPoolName As String = Nothing, Optional logTemplate As String = Nothing, Optional encodedValuesContent 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, Optional credentials As Credentials = Nothing)
パラメーター
- encodedTaskContent
- String
テンプレート/定義ファイルコンテンツの Base64 エンコード値。
- platform
- PlatformProperties
実行を実行する必要があるプラットフォーム プロパティ。
- agentPoolName
- String
実行用の専用エージェント プール。
- logTemplate
- String
実行ログ成果物のリポジトリとタグ情報を記述するテンプレート。
- encodedValuesContent
- String
パラメーター/値ファイルコンテンツの Base64 エンコード値。
- agentConfiguration
- AgentProperties
実行エージェントのマシン構成。
- sourceLocation
- String
ソース コンテキストの URL (絶対または相対)。 tar リポジトリまたは git リポジトリへの URL を指定できます。 相対 URL の場合は、listBuildSourceUploadUrl API の呼び出しから相対パスを取得する必要があります。
- credentials
- Credentials
この実行が呼び出されたときに使用される資格情報のセットを表すプロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET