次の方法で共有


ManagedRulesDefinition コンストラクター

定義

オーバーロード

ManagedRulesDefinition()

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

ManagedRulesDefinition(IList<ManagedRuleSet>, IList<OwaspCrsExclusionEntry>)

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

ManagedRulesDefinition()

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

public ManagedRulesDefinition ();
Public Sub New ()

適用対象

ManagedRulesDefinition(IList<ManagedRuleSet>, IList<OwaspCrsExclusionEntry>)

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

public ManagedRulesDefinition (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ManagedRuleSet> managedRuleSets, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.OwaspCrsExclusionEntry> exclusions = default);
new Microsoft.Azure.Management.Network.Models.ManagedRulesDefinition : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ManagedRuleSet> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.OwaspCrsExclusionEntry> -> Microsoft.Azure.Management.Network.Models.ManagedRulesDefinition
Public Sub New (managedRuleSets As IList(Of ManagedRuleSet), Optional exclusions As IList(Of OwaspCrsExclusionEntry) = Nothing)

パラメーター

managedRuleSets
IList<ManagedRuleSet>

ポリシーに関連付けられている管理ルール セット。

exclusions
IList<OwaspCrsExclusionEntry>

ポリシーに適用される除外。

適用対象