MetricAlertStatusProperties.Dimensions Property

Definition

Gets or sets an object describing the type of the dimensions.

[Newtonsoft.Json.JsonProperty(PropertyName="dimensions")]
public System.Collections.Generic.IDictionary<string,string> Dimensions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dimensions")>]
member this.Dimensions : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Dimensions As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to