次の方法で共有


WebApplicationRuleMatchCondition コンストラクター

定義

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))

パラメーター

matchVariable
WebApplicationRuleMatchVariable

比較する要求変数。

operator
WebApplicationRuleMatchOperator

変数値との照合に使用する比較型。

matchValue
IEnumerable<String>

一致する可能性のある値の一覧。

例外

matchValue が null です。

適用対象