Share via


MatchCondition Constructor

Definition

Initializes a new instance of MatchCondition.

public MatchCondition (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.MatchVariable> matchVariables, Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator operator, System.Collections.Generic.IEnumerable<string> matchValues);
new Azure.ResourceManager.Network.Models.MatchCondition : seq<Azure.ResourceManager.Network.Models.MatchVariable> * Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator * seq<string> -> Azure.ResourceManager.Network.Models.MatchCondition
Public Sub New (matchVariables As IEnumerable(Of MatchVariable), operator As WebApplicationFirewallOperator, matchValues As IEnumerable(Of String))

Parameters

matchVariables
IEnumerable<MatchVariable>

List of match variables.

operator
WebApplicationFirewallOperator

The operator to be matched.

matchValues
IEnumerable<String>

Match value.

Exceptions

matchVariables or matchValues is null.

Applies to