WebApplicationCustomRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
WebApplicationCustomRule の新しいインスタンスを初期化します。
public WebApplicationCustomRule (int priority, Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleType ruleType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchCondition> matchConditions, Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType action);
new Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule : int * Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleType * seq<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchCondition> * Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType -> Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule
Public Sub New (priority As Integer, ruleType As WebApplicationRuleType, matchConditions As IEnumerable(Of WebApplicationRuleMatchCondition), action As RuleMatchActionType)
パラメーター
- priority
- Int32
規則の優先順位について説明します。 値が小さいルールは、値が大きいルールの前に評価されます。
- ruleType
- WebApplicationRuleType
ルールの種類について説明します。
- matchConditions
- IEnumerable<WebApplicationRuleMatchCondition>
一致条件の一覧。
- action
- RuleMatchActionType
ルールが一致したときに適用されるアクションについて説明します。
例外
matchConditions
が null です。