IManagedRuleExclusion Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleExclusionTypeConverter))]
public interface IManagedRuleExclusion : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleExclusionTypeConverter))>]
type IManagedRuleExclusion = interface
interface IJsonSerializable
Public Interface IManagedRuleExclusion
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Operator |
Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to. |
| Selector |
Selector value for which elements in the collection this exclusion applies to. |
| Variable |
The variable type to be excluded. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |