New-AzFrontDoorCdnProfileLogScrubbingObject
Erstellen Sie ein Speicherobjekt für ProfileLogScrubbing.
New-AzFrontDoorCdnProfileLogScrubbingObject
[-ScrubbingRule <IProfileScrubbingRules[]>]
[-State <ProfileScrubbingState>]
[<CommonParameters>]
Erstellen Sie ein Speicherobjekt für ProfileLogScrubbing.
$scrubbingRule1 = New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestIPAddress -State Enabled
$scrubbingRule2 = New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestUri -State Enabled
New-AzFrontDoorCdnProfileLogScrubbingObject -ScrubbingRule @($scrubbingRule1, $scrubbingRule2) -State Enabled
State
-----
Enabled
Erstellen eines In-Memory-Objekts für ProfileUpgradeParameters für zwei LogScrubbingRules
Liste der Protokollbereinigungsregeln, die auf die Azure Front Door-Profilprotokolle angewendet werden. Informationen zum Erstellen finden Sie im Abschnitt "NOTES" für SCRUBBINGRULE-Eigenschaften und erstellen eine Hashtabelle.
Typ: | IProfileScrubbingRules[] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Status der Protokollbereinigungskonfiguration. Der Standardwert ist aktiviert.
Typ: | ProfileScrubbingState |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Feedback zu Azure PowerShell
Azure PowerShell ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: