ManagedRuleOverride Class
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.
Defines a managed rule group override setting.
public class ManagedRuleOverride
type ManagedRuleOverride = class
Public Class ManagedRuleOverride
- Inheritance
-
ManagedRuleOverride
Constructors
ManagedRuleOverride() |
Initializes a new instance of the ManagedRuleOverride class. |
ManagedRuleOverride(String, String, String) |
Initializes a new instance of the ManagedRuleOverride class. |
Properties
Action |
Gets or sets describes the override action to be applied when rule matches. Possible values include: 'AnomalyScoring', 'Allow', 'Block', 'Log' |
RuleId |
Gets or sets identifier for the managed rule. |
State |
Gets or sets the state of the managed rule. Defaults to Disabled if not specified. Possible values include: 'Disabled', 'Enabled' |
Methods
Validate() |
Validate the object. |