Partager via


CustomRuleMatchCondition Constructeur

Définition

Initialise une nouvelle instance de CustomRuleMatchCondition.

public CustomRuleMatchCondition (Azure.ResourceManager.Cdn.Models.WafMatchVariable matchVariable, Azure.ResourceManager.Cdn.Models.MatchOperator matchOperator, System.Collections.Generic.IEnumerable<string> matchValue);
new Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition : Azure.ResourceManager.Cdn.Models.WafMatchVariable * Azure.ResourceManager.Cdn.Models.MatchOperator * seq<string> -> Azure.ResourceManager.Cdn.Models.CustomRuleMatchCondition
Public Sub New (matchVariable As WafMatchVariable, matchOperator As MatchOperator, matchValue As IEnumerable(Of String))

Paramètres

matchVariable
WafMatchVariable

Correspondance de la variable à comparer.

matchOperator
MatchOperator

Décrit l’opérateur à mettre en correspondance.

matchValue
IEnumerable<String>

Liste des valeurs de correspondance possibles.

Exceptions

matchValue a la valeur null.

S’applique à