ManagedRuleOverrideFrontDoor 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 ManagedRuleOverrideFrontDoor : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ManagedRuleOverrideFrontDoor>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ManagedRuleOverrideFrontDoor>
type ManagedRuleOverrideFrontDoor = class
interface IJsonModel<ManagedRuleOverrideFrontDoor>
interface IPersistableModel<ManagedRuleOverrideFrontDoor>
Public Class ManagedRuleOverrideFrontDoor
Implements IJsonModel(Of ManagedRuleOverrideFrontDoor), IPersistableModel(Of ManagedRuleOverrideFrontDoor)
- Inheritance
-
ManagedRuleOverrideFrontDoor
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedRuleOverrideFrontDoor(String) |
Initializes a new instance of ManagedRuleOverrideFrontDoor. |
Properties
| Name | Description |
|---|---|
| Action |
Describes the override action to be applied when rule matches. |
| EnabledState |
Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified. |
| Exclusions |
Describes the exclusions that are applied to this specific rule. |
| RuleId |
Identifier for the managed rule. |