Partager via


MatchCondition Constructeur

Définition

Initialise une nouvelle instance de 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))

Paramètres

matchVariables
IEnumerable<MatchVariable>

Liste des variables de correspondance.

operator
WebApplicationFirewallOperator

Opérateur à mettre en correspondance.

matchValues
IEnumerable<String>

Valeur de correspondance.

Exceptions

matchVariables ou matchValues est null.

S’applique à