ProfileLogScrubbing Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines rules that scrub sensitive fields in the Azure Front Door profile logs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileLogScrubbingTypeConverter))]
public class ProfileLogScrubbing : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfileLogScrubbing
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileLogScrubbingTypeConverter))>]
type ProfileLogScrubbing = class
interface IProfileLogScrubbing
interface IJsonSerializable
Public Class ProfileLogScrubbing
Implements IProfileLogScrubbing
- Inheritance
-
ProfileLogScrubbing
- Attributes
- Implements
Constructors
ProfileLogScrubbing() |
Creates an new ProfileLogScrubbing instance. |
Properties
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
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.Api20240201.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() |