TimeSeriesBaseline.Dimensions Property

Definition

Gets or sets the dimensions of this time series.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to