PipelineRun.Parameters プロパティ

定義

パイプラインの実行で使用されるパラメーター名、値ペアの完全または部分的なリスト。

public System.Collections.Generic.IReadOnlyDictionary<string,string> Parameters { get; }
member this.Parameters : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property Parameters As IReadOnlyDictionary(Of String, String)

プロパティ値

適用対象