共用方式為


New-AzFrontDoorCdnProfileScrubbingRulesObject

建立 ProfileScrubbingRules 的記憶體內部物件。

語法

New-AzFrontDoorCdnProfileScrubbingRulesObject
   -MatchVariable <ScrubbingRuleEntryMatchVariable>
   [-Selector <String>]
   [-State <ScrubbingRuleEntryState>]
   [<CommonParameters>]

Description

建立 ProfileScrubbingRules 的記憶體內部物件。

範例

範例 1:為 ProfileScrubbingRules 建立記憶體內部物件,而且 matchVariable 的值是 RequestIPAddress

New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestIPAddress -State Enabled

MatchVariable    Selector SelectorMatchOperator State
-------------    -------- --------------------- -----
RequestIPAddress          EqualsAny             Enabled

為 ProfileScrubbingRules 建立記憶體內部物件,而且 matchVariable 的值是 RequestIPAddress

範例 2:建立 ProfileScrubbingRules 的記憶體內部物件,並解除清除規則

New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestUri -State Disabled

MatchVariable Selector SelectorMatchOperator State
------------- -------- --------------------- -----
RequestUri             EqualsAny             Disabled

建立 ProfileScrubbingRules 的記憶體內部物件,並解除清除規則

參數

-MatchVariable

要從記錄中清除的變數。

類型:ScrubbingRuleEntryMatchVariable
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Selector

matchVariable 是集合時,運算子會用來指定此規則套用至集合中的哪些專案。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-State

定義記錄清除規則的狀態。 預設值已啟用。

類型:ScrubbingRuleEntryState
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

ProfileScrubbingRules