IManagedRuleSetException Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetExceptionTypeConverter))]
public interface IManagedRuleSetException : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetExceptionTypeConverter))>]
type IManagedRuleSetException = interface
    interface IJsonSerializable
Public Interface IManagedRuleSetException
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
MatchValue

List of values to be matched with.

MatchVariable

The variable to be evaluated for excluding the request.

Scope

Scope(s) of the exception.

Selector

When matchVariable is a collection, operator used to specify which elements in the collection this exception applies to. Currently supported only for RequestHeaderNames.

SelectorMatchOperator

Comparison operator to apply to the selector when specifying which elements in the collection this exception applies to.

ValueMatchOperator

Comparison operator to apply to the value to be matched.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to