TimeSeriesBaseline.Data Property

Definition

Gets or sets the baseline values for each sensitivity.

[Newtonsoft.Json.JsonProperty(PropertyName="data")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.SingleBaseline> Data { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="data")>]
member this.Data : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.SingleBaseline> with get, set
Public Property Data As IList(Of SingleBaseline)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to