New-AzFrontDoorCdnProfileLogScrubbingObject

Maak een in-memory object voor ProfileLogScrubbing.

Syntax

Default (Standaard)

New-AzFrontDoorCdnProfileLogScrubbingObject
    [-ScrubbingRule <IProfileScrubbingRules[]>]
    [-State <String>]
    [<CommonParameters>]

Description

Maak een in-memory object voor ProfileLogScrubbing.

Voorbeelden

Voorbeeld 1: Maak een in-memory object voor ProfileUpgradeParameters voor twee LogScrubbingRules

$scrubbingRule1 = New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestIPAddress -State Enabled
$scrubbingRule2 = New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestUri -State Enabled
New-AzFrontDoorCdnProfileLogScrubbingObject -ScrubbingRule @($scrubbingRule1, $scrubbingRule2) -State Enabled
State
-----
Enabled

Maak een in-memory object voor ProfileUpgradeParameters voor twee LogScrubbingRules

Parameters

-ScrubbingRule

Lijst met regels voor het verwijderen van logboeken die zijn toegepast op de Azure Front Door profiellogboeken.

Parametereigenschappen

Type:

IProfileScrubbingRules[]

Default value:None
Ondersteunt jokertekens:False
DontShow:False

Parametersets

(All)
Position:Named
Verplicht:False
Waarde uit pijplijn:False
Waarde uit pijplijn op eigenschapsnaam:False
Waarde van resterende argumenten:False

-State

Status van de configuratie voor logboekrobben. De standaardwaarde is ingeschakeld.

Parametereigenschappen

Type:String
Default value:None
Ondersteunt jokertekens:False
DontShow:False

Parametersets

(All)
Position:Named
Verplicht:False
Waarde uit pijplijn:False
Waarde uit pijplijn op eigenschapsnaam:False
Waarde van resterende argumenten:False

CommonParameters

Deze cmdlet ondersteunt de algemene parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction en -WarningVariable. Zie about_CommonParametersvoor meer informatie.

Uitvoerwaarden

ProfileLogScrubbing