Share via


ManagedRuleSet Constructors

Definition

Overloads

ManagedRuleSet()

Initializes a new instance of the ManagedRuleSet class.

ManagedRuleSet(String, String, IList<ManagedRuleGroupOverride>)

Initializes a new instance of the ManagedRuleSet class.

ManagedRuleSet()

Initializes a new instance of the ManagedRuleSet class.

public ManagedRuleSet ();
Public Sub New ()

Applies to

ManagedRuleSet(String, String, IList<ManagedRuleGroupOverride>)

Initializes a new instance of the ManagedRuleSet class.

public ManagedRuleSet (string ruleSetType, string ruleSetVersion, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleGroupOverride> ruleGroupOverrides = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleSet : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleGroupOverride> -> Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleSet
Public Sub New (ruleSetType As String, ruleSetVersion As String, Optional ruleGroupOverrides As IList(Of ManagedRuleGroupOverride) = Nothing)

Parameters

ruleSetType
String

Defines the rule set type to use.

ruleSetVersion
String

Defines the version of the rule set to use.

ruleGroupOverrides
IList<ManagedRuleGroupOverride>

Defines the rule group overrides to apply to the rule set.

Applies to