次の方法で共有


PipelineResource.RunDimensions プロパティ

定義

Pipeline によって出力されるディメンションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象