ITimeseries.Data 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 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