Delen via


WebApplicationFirewallScrubbingRules Class

Definition

Defines the contents of the log scrubbing rules.

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

Constructors

WebApplicationFirewallScrubbingRules(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchOperator)

Initializes a new instance of WebApplicationFirewallScrubbingRules.

Properties

MatchVariable

The variable to be scrubbed from the logs.

Selector

When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to.

SelectorMatchOperator

When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.

State

Defines the state of a log scrubbing rule. Default value is enabled.

Explicit Interface Implementations

IJsonModel<WebApplicationFirewallScrubbingRules>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebApplicationFirewallScrubbingRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebApplicationFirewallScrubbingRules>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebApplicationFirewallScrubbingRules>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebApplicationFirewallScrubbingRules>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to