Bagikan melalui


MetricsResultInfo.Segments Property

Definition

Gets or sets segmented metric data (if segmented).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to