Partager via


WebApplicationRuleMatchCondition Constructeur

Définition

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.

S’applique à