WebApplicationRuleMatchCondition 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 WebApplicationRuleMatchCondition.
public WebApplicationRuleMatchCondition (Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchVariable matchVariable, Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator operator, System.Collections.Generic.IEnumerable<string> matchValue);
new Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchCondition : Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchVariable * Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator * seq<string> -> Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchCondition
Public Sub New (matchVariable As WebApplicationRuleMatchVariable, operator As WebApplicationRuleMatchOperator, matchValue As IEnumerable(Of String))
Paramètres
- matchVariable
- WebApplicationRuleMatchVariable
Demander une variable à comparer.
- operator
- WebApplicationRuleMatchOperator
Type de comparaison à utiliser pour la correspondance avec la valeur de la variable.
- matchValue
- IEnumerable<String>
Liste des valeurs de correspondance possibles.
Exceptions
matchValue
a la valeur null.