ITimeseries.Data Property

Definition

The set of data points for the timeseries

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The set of data points for the timeseries", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesDataPoint) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeseriesData", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesDataPoint> Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The set of data points for the timeseries", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesDataPoint) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeseriesData", Update=true)>]
member this.Data : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ITimeseriesDataPoint> with get, set
Public Property Data As List(Of ITimeseriesDataPoint)

Property Value

Attributes

Applies to