Share via


ITimeSeriesElement.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.Runtime.Info(Create=true, Description="An array of data points representing the metric values.  This is only returned if a result type of data is specified.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricValue> Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="An array of data points representing the metric values.  This is only returned if a result type of data is specified.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricValue) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)>]
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

Attributes

Applies to