Share via


RouteMapRule.MatchCriteria Property

Definition

Gets or sets list of matching criterion which will be applied to traffic.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to