次の方法で共有


WebApplicationFirewallCustomRule コンストラクター

定義

オーバーロード

WebApplicationFirewallCustomRule()

WebApplicationFirewallCustomRule クラスの新しいインスタンスを初期化します。

WebApplicationFirewallCustomRule(Int32, String, IList<MatchCondition>, String, String, String)

WebApplicationFirewallCustomRule クラスの新しいインスタンスを初期化します。

WebApplicationFirewallCustomRule()

WebApplicationFirewallCustomRule クラスの新しいインスタンスを初期化します。

public WebApplicationFirewallCustomRule ();
Public Sub New ()

適用対象

WebApplicationFirewallCustomRule(Int32, String, IList<MatchCondition>, String, String, String)

WebApplicationFirewallCustomRule クラスの新しいインスタンスを初期化します。

public WebApplicationFirewallCustomRule (int priority, string ruleType, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.MatchCondition> matchConditions, string action, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.WebApplicationFirewallCustomRule : int * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.MatchCondition> * string * string * string -> Microsoft.Azure.Management.Network.Models.WebApplicationFirewallCustomRule
Public Sub New (priority As Integer, ruleType As String, matchConditions As IList(Of MatchCondition), action As String, Optional name As String = Nothing, Optional etag As String = Nothing)

パラメーター

priority
Int32

ルールの優先度。 値が小さいルールは、値が大きいルールの前に評価されます。

ruleType
String

ルールの種類。 使用可能な値は、'MatchRule'、'Invalid' です。

matchConditions
IList<MatchCondition>

一致条件の一覧。

action
String

アクションの種類。 可能な値: 'Allow'、'Block'、'Log'

name
String

ポリシー内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

適用対象