你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzFrontDoorWafLogScrubbingSettingObject
Create LogScrubbingSetting object for Waf policy object
Syntax
New-AzFrontDoorWafLogScrubbingSettingObject
-ScrubbingRule <PSFrontDoorWafLogScrubbingRule[]>
-State <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Create LogScrubbingSetting object for Waf policy object
Examples
Example 1
$LogScrubbingRule = New-AzFrontDoorWafLogScrubbingRuleObject -MatchVariable "RequestHeaderNames" -SelectorMatchOperator "EqualsAny" -State "Enabled"
New-AzFrontDoorWafLogScrubbingSettingObject -State Enabled -ScrubbingRule @($LogScrubbingRule)
Need to create a LogScrubbingRule object before using.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ScrubbingRule
List of log scrubbing rules applied to the Web Application Firewall logs.
Type: | PSFrontDoorWafLogScrubbingRule[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-State
State of the log scrubbing config. Default value is Enabled.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None