IMetric.Timesery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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