Udostępnij za pośrednictwem


IMetric.Timesery Property

Definition

The time series returned when a data query is performed.

[Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The time series returned when a data query is performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.ITimeSeriesElement) }, Read=true, ReadOnly=false, Required=true, SerializedName="timeseries", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.ITimeSeriesElement> Timesery { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The time series returned when a data query is performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.ITimeSeriesElement) }, Read=true, ReadOnly=false, Required=true, SerializedName="timeseries", Update=true)>]
member this.Timesery : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.ITimeSeriesElement> with get, set
Public Property Timesery As List(Of ITimeSeriesElement)

Property Value

Attributes

Applies to