Share via


WebApplicationFirewallCustomRule.MatchConditions Property

Definition

Gets or sets list of match conditions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to