SingleMetricBaseline.Baselines Property

Definition

Gets or sets the baseline for each time series that was queried.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to