你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

应用于策略的排除项。

适用于