Sdílet prostřednictvím


ManagedRuleGroupOverride Constructors

Definition

Overloads

ManagedRuleGroupOverride()

Initializes a new instance of the ManagedRuleGroupOverride class.

ManagedRuleGroupOverride(String, IList<ManagedRuleExclusion>, IList<ManagedRuleOverride>)

Initializes a new instance of the ManagedRuleGroupOverride class.

ManagedRuleGroupOverride()

Initializes a new instance of the ManagedRuleGroupOverride class.

public ManagedRuleGroupOverride ();
Public Sub New ()

Applies to

ManagedRuleGroupOverride(String, IList<ManagedRuleExclusion>, IList<ManagedRuleOverride>)

Initializes a new instance of the ManagedRuleGroupOverride class.

public ManagedRuleGroupOverride (string ruleGroupName, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleExclusion> exclusions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleOverride> rules = default);
new Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleGroupOverride : string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleExclusion> * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleOverride> -> Microsoft.Azure.Management.FrontDoor.Models.ManagedRuleGroupOverride
Public Sub New (ruleGroupName As String, Optional exclusions As IList(Of ManagedRuleExclusion) = Nothing, Optional rules As IList(Of ManagedRuleOverride) = Nothing)

Parameters

ruleGroupName
String

Describes the managed rule group to override.

exclusions
IList<ManagedRuleExclusion>

Describes the exclusions that are applied to all rules in the group.

rules
IList<ManagedRuleOverride>

List of rules that will be disabled. If none specified, all rules in the group will be disabled.

Applies to