ScaleRuleMetricDimension.Values Property

Definition

Gets or sets list of dimension values. For example: ["App1","App2"].

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to