WebApplicationFirewallScrubbingRules Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allow certain variables to be scrubbed on WAF logs.
public class WebApplicationFirewallScrubbingRules : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.WebApplicationFirewallScrubbingRules>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.WebApplicationFirewallScrubbingRules>
public class WebApplicationFirewallScrubbingRules
type WebApplicationFirewallScrubbingRules = class
interface IJsonModel<WebApplicationFirewallScrubbingRules>
interface IPersistableModel<WebApplicationFirewallScrubbingRules>
type WebApplicationFirewallScrubbingRules = class
Public Class WebApplicationFirewallScrubbingRules
Implements IJsonModel(Of WebApplicationFirewallScrubbingRules), IPersistableModel(Of WebApplicationFirewallScrubbingRules)
Public Class 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 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
Azure SDK for .NET