次の方法で共有


WebApplicationCustomRule コンストラクター

定義

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 です。

適用対象