Share via


IManagedRuleExclusion Interface

Definition

[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)

Applies to