Udostępnij przez


ProfileLogScrubbing Class

Definition

Defines rules that scrub sensitive fields in the Azure Front Door profile logs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ProfileLogScrubbingTypeConverter))]
public class ProfileLogScrubbing : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfileLogScrubbing
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ProfileLogScrubbingTypeConverter))>]
type ProfileLogScrubbing = class
    interface IProfileLogScrubbing
    interface IJsonSerializable
Public Class ProfileLogScrubbing
Implements IProfileLogScrubbing
Inheritance
ProfileLogScrubbing
Attributes
Implements

Constructors

Name Description
ProfileLogScrubbing()

Creates an new ProfileLogScrubbing instance.

Properties

Name Description
ScrubbingRule

List of log scrubbing rules applied to the Azure Front Door profile logs.

State

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProfileLogScrubbing.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfileLogScrubbing.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfileLogScrubbing.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfileLogScrubbing into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to