PolicySettingsLogScrubbing Constructors
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.
Overloads
PolicySettingsLogScrubbing() |
Initializes a new instance of the PolicySettingsLogScrubbing class. |
PolicySettingsLogScrubbing(String, IList<WebApplicationFirewallScrubbingRules>) |
Initializes a new instance of the PolicySettingsLogScrubbing class. |
PolicySettingsLogScrubbing()
Initializes a new instance of the PolicySettingsLogScrubbing class.
public PolicySettingsLogScrubbing ();
Public Sub New ()
Applies to
PolicySettingsLogScrubbing(String, IList<WebApplicationFirewallScrubbingRules>)
Initializes a new instance of the PolicySettingsLogScrubbing class.
public PolicySettingsLogScrubbing (string state = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallScrubbingRules> scrubbingRules = default);
new Microsoft.Azure.Management.FrontDoor.Models.PolicySettingsLogScrubbing : string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallScrubbingRules> -> Microsoft.Azure.Management.FrontDoor.Models.PolicySettingsLogScrubbing
Public Sub New (Optional state As String = Nothing, Optional scrubbingRules As IList(Of WebApplicationFirewallScrubbingRules) = Nothing)
Parameters
- state
- String
State of the log scrubbing config. Default value is Enabled. Possible values include: 'Enabled', 'Disabled'
- scrubbingRules
- IList<WebApplicationFirewallScrubbingRules>
List of log scrubbing rules applied to the Web Application Firewall logs.