Share via


MonitorTimeSeriesElement.Data Property

Definition

An array of data points representing the metric values. This is only returned if a result type of data is specified.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Monitor.Models.MonitorMetricValue> Data { get; }
member this.Data : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Monitor.Models.MonitorMetricValue>
Public ReadOnly Property Data As IReadOnlyList(Of MonitorMetricValue)

Property Value

Applies to