MetricsResultsItem.Body Property

Definition

Gets or sets the results of this metric query.

[Newtonsoft.Json.JsonProperty(PropertyName="body")]
public Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResult Body { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="body")>]
member this.Body : Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResult with get, set
Public Property Body As MetricsResult

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to