IProfileScrubbingRules Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileScrubbingRulesTypeConverter))]
public interface IProfileScrubbingRules : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileScrubbingRulesTypeConverter))>]
type IProfileScrubbingRules = interface
interface IJsonSerializable
Public Interface IProfileScrubbingRules
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MatchVariable |
The variable to be scrubbed from the logs. |
Selector |
When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to. |
SelectorMatchOperator |
When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to. |
State |
Defines the state of a log scrubbing rule. Default value is enabled. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |