TimeSeriesElement.Data Property

Definition

Gets or sets an array of data points representing the metric values. This is only returned if a result type of data is specified.

[Newtonsoft.Json.JsonProperty(PropertyName="data")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricValue> Data { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="data")>]
member this.Data : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricValue> with get, set
Public Property Data As IList(Of MetricValue)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to