次の方法で共有


PipelineRun.RunDimensions プロパティ

定義

パイプライン実行によって出力される実行ディメンションを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="runDimensions")]
public System.Collections.Generic.IDictionary<string,string> RunDimensions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runDimensions")>]
member this.RunDimensions : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property RunDimensions As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象