IWebApplicationFirewallScrubbingRules Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.WebApplicationFirewallScrubbingRulesTypeConverter))]
public interface IWebApplicationFirewallScrubbingRules : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.WebApplicationFirewallScrubbingRulesTypeConverter))>]
type IWebApplicationFirewallScrubbingRules = interface
interface IJsonSerializable
Public Interface IWebApplicationFirewallScrubbingRules
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |