Share via


MatchCondition.MatchVariables Property

Definition

Gets or sets list of match variables.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to