ArmNetworkModelFactory.PolicySettingsLogScrubbing 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.Network.Models.PolicySettingsLogScrubbing PolicySettingsLogScrubbing(Azure.ResourceManager.Network.Models.WebApplicationFirewallScrubbingState? state = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.WebApplicationFirewallScrubbingRules> scrubbingRules = default);
static member PolicySettingsLogScrubbing : Nullable<Azure.ResourceManager.Network.Models.WebApplicationFirewallScrubbingState> * seq<Azure.ResourceManager.Network.Models.WebApplicationFirewallScrubbingRules> -> Azure.ResourceManager.Network.Models.PolicySettingsLogScrubbing
Public Shared Function PolicySettingsLogScrubbing (Optional state As Nullable(Of WebApplicationFirewallScrubbingState) = Nothing, Optional scrubbingRules As IEnumerable(Of WebApplicationFirewallScrubbingRules) = Nothing) As PolicySettingsLogScrubbing
Parameters
State of the log scrubbing config. Default value is Enabled.
- scrubbingRules
- IEnumerable<WebApplicationFirewallScrubbingRules>
The rules that are applied to the logs for scrubbing.
Returns
A new PolicySettingsLogScrubbing instance for mocking.