CustomRuleMatchCondition Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.