Partilhar via


TimeSeriesElement.Data Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Metric.Origin(Microsoft.Azure.PowerShell.Cmdlets.Metric.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricValue> Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Origin(Microsoft.Azure.PowerShell.Cmdlets.Metric.PropertyOrigin.Owned)>]
member this.Data : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricValue> with get, set
Public Property Data As List(Of IMetricValue)

Property Value

Implements

Attributes

Applies to