ManagedRuleExclusion 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.
Exclude variables from managed rule evaluation.
public class ManagedRuleExclusion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ManagedRuleExclusion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ManagedRuleExclusion>
type ManagedRuleExclusion = class
interface IJsonModel<ManagedRuleExclusion>
interface IPersistableModel<ManagedRuleExclusion>
Public Class ManagedRuleExclusion
Implements IJsonModel(Of ManagedRuleExclusion), IPersistableModel(Of ManagedRuleExclusion)
- Inheritance
-
ManagedRuleExclusion
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedRuleExclusion(ManagedRuleExclusionMatchVariable, ManagedRuleExclusionSelectorMatchOperator, String) |
Initializes a new instance of ManagedRuleExclusion. |
Properties
| Name | Description |
|---|---|
| MatchVariable |
The variable type to be excluded. |
| Selector |
Selector value for which elements in the collection this exclusion applies to. |
| SelectorMatchOperator |
Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to. |