ManagedRuleOverride Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedRuleOverride() |
Initializes a new instance of the ManagedRuleOverride class. |
ManagedRuleOverride(String, ManagedRuleEnabledState) |
Initializes a new instance of the ManagedRuleOverride class. |
ManagedRuleOverride()
Initializes a new instance of the ManagedRuleOverride class.
public ManagedRuleOverride ();
Public Sub New ()
Applies to
ManagedRuleOverride(String, ManagedRuleEnabledState)
Initializes a new instance of the ManagedRuleOverride class.
public ManagedRuleOverride (string ruleId, Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleEnabledState state = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleOverride : string * Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleEnabledState -> Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleOverride
Public Sub New (ruleId As String, Optional state As ManagedRuleEnabledState = Nothing)
Parameters
- ruleId
- String
Identifier for the managed rule.
- state
- ManagedRuleEnabledState
Describes the state of the managed rule. Defaults to Disabled if not specified. Possible values include: 'Disabled'