Share via


ManagedRuleExclusion Class

Definition

Exclude variables from managed rule evaluation.

public class ManagedRuleExclusion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.ManagedRuleExclusion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.ManagedRuleExclusion>
public class ManagedRuleExclusion
type ManagedRuleExclusion = class
    interface IJsonModel<ManagedRuleExclusion>
    interface IPersistableModel<ManagedRuleExclusion>
type ManagedRuleExclusion = class
Public Class ManagedRuleExclusion
Implements IJsonModel(Of ManagedRuleExclusion), IPersistableModel(Of ManagedRuleExclusion)
Public Class ManagedRuleExclusion
Inheritance
ManagedRuleExclusion
Implements

Constructors

ManagedRuleExclusion(ManagedRuleExclusionMatchVariable, ManagedRuleExclusionSelectorMatchOperator, String)

Initializes a new instance of ManagedRuleExclusion.

Properties

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.

Explicit Interface Implementations

IJsonModel<ManagedRuleExclusion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedRuleExclusion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedRuleExclusion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedRuleExclusion>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedRuleExclusion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to