Freigeben über


WebApplicationRuleMatchCondition Konstruktor

Definition

Initialisiert eine neue instance von 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))

Parameter

matchVariable
WebApplicationRuleMatchVariable

Anforderungsvariable, mit der verglichen werden soll.

operator
WebApplicationRuleMatchOperator

Vergleichstyp, der für den Abgleich mit dem Variablenwert verwendet werden soll.

matchValue
IEnumerable<String>

Liste der möglichen Übereinstimmungswerte.

Ausnahmen

matchValue ist NULL.

Gilt für: