Share via


ManagedRulesDefinition Constructors

Definition

Overloads

ManagedRulesDefinition()

Initializes a new instance of the ManagedRulesDefinition class.

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

Initializes a new instance of the ManagedRulesDefinition class.

ManagedRulesDefinition()

Initializes a new instance of the ManagedRulesDefinition class.

public ManagedRulesDefinition ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ManagedRulesDefinition class.

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)

Parameters

managedRuleSets
IList<ManagedRuleSet>

The managed rule sets that are associated with the policy.

exclusions
IList<OwaspCrsExclusionEntry>

The Exclusions that are applied on the policy.

Applies to