WebApplicationRuleMatchCondition コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。