Freigeben über


IScaleRuleMetricDimension.Value Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="list of dimension values. For example: ["App1","App2"].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="Values", Update=true)]
public System.Collections.Generic.List<string> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="list of dimension values. For example: ["App1","App2"].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="Values", Update=true)>]
member this.Value : System.Collections.Generic.List<string> with get, set
Public Property Value As List(Of String)

Property Value

Attributes

Applies to