ArmFrontDoorModelFactory.WebApplicationFirewallScrubbingRules Method
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.
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationFirewallScrubbingRules WebApplicationFirewallScrubbingRules(Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryMatchVariable matchVariable = default, Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryMatchOperator selectorMatchOperator = default, string selector = default, Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryState? state = default);
static member WebApplicationFirewallScrubbingRules : Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryMatchVariable * Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryMatchOperator * string * Nullable<Azure.ResourceManager.FrontDoor.Models.ScrubbingRuleEntryState> -> Azure.ResourceManager.FrontDoor.Models.WebApplicationFirewallScrubbingRules
Public Shared Function WebApplicationFirewallScrubbingRules (Optional matchVariable As ScrubbingRuleEntryMatchVariable = Nothing, Optional selectorMatchOperator As ScrubbingRuleEntryMatchOperator = Nothing, Optional selector As String = Nothing, Optional state As Nullable(Of ScrubbingRuleEntryState) = Nothing) As WebApplicationFirewallScrubbingRules
Parameters
- matchVariable
- ScrubbingRuleEntryMatchVariable
The variable to be scrubbed from the logs.
- selectorMatchOperator
- ScrubbingRuleEntryMatchOperator
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
- selector
- String
When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to.
- state
- Nullable<ScrubbingRuleEntryState>
Defines the state of a log scrubbing rule. Default value is enabled.
Returns
A new WebApplicationFirewallScrubbingRules instance for mocking.