次の方法で共有


MetricsResultInfo.Segments プロパティ

定義

セグメント化されたメトリック データを取得または設定します (セグメント化されている場合)。

[Newtonsoft.Json.JsonProperty(PropertyName="segments")]
public System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo> Segments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="segments")>]
member this.Segments : System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo> with get, set
Public Property Segments As IList(Of MetricsSegmentInfo)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象