ManagedRuleSetException Class

Definition

Excludes whole requests from managed rule evaluation according to match conditions.

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

Constructors

Name Description
ManagedRuleSetException()

Creates an new ManagedRuleSetException instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedRuleSetException.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedRuleSetException.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSetException.

FromJsonString(String)

Creates a new instance of ManagedRuleSetException, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedRuleSetException into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to