你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PolicySettingsLogScrubbing Class

Definition

Defines rules that scrub sensitive fields in the Web Application Firewall logs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbingTypeConverter))]
public class PolicySettingsLogScrubbing : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbingTypeConverter))>]
type PolicySettingsLogScrubbing = class
    interface IPolicySettingsLogScrubbing
    interface IJsonSerializable
Public Class PolicySettingsLogScrubbing
Implements IPolicySettingsLogScrubbing
Inheritance
PolicySettingsLogScrubbing
Attributes
Implements

Constructors

Name Description
PolicySettingsLogScrubbing()

Creates an new PolicySettingsLogScrubbing instance.

Properties

Name Description
ScrubbingRule

List of log scrubbing rules applied to the Web Application Firewall logs.

State

State of the log scrubbing config. Default value is Enabled.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicySettingsLogScrubbing.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicySettingsLogScrubbing.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing.

FromJsonString(String)

Creates a new instance of PolicySettingsLogScrubbing, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicySettingsLogScrubbing into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to