共用方式為


New-AzFrontDoorWafLogScrubbingRuleObject

建立 LogScrubbingRule 物件的 LogScrubbingSetting

語法

New-AzFrontDoorWafLogScrubbingRuleObject
   -MatchVariable <String>
   -SelectorMatchOperator <String>
   -State <String>
   [-Selector <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

建立 LogScrubbingRule 物件的 LogScrubbingSetting

範例

範例 1

New-AzFrontDoorWafLogScrubbingRuleObject -MatchVariable "RequestHeaderNames" -SelectorMatchOperator "EqualsAny" -State "Enabled"

這個 obejct 是 LogscrubbingSetting 的參數

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-MatchVariable

取得或設定要從記錄中清除的變數。

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

-Selector

取得或設定 matchVariable 是集合時,運算符會用來指定套用此規則的集合中的哪些專案。

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

-SelectorMatchOperator

取得或設定 matchVariable 是集合時,請在選取器上操作,以指定套用此規則的集合中的哪些專案。

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

-State

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

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

輸入

None

輸出

PSFrontDoorWafLogScrubbingRule