Share via


IProfile.LogScrubbingRule Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of log scrubbing rules applied to the Azure Front Door profile logs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfileScrubbingRules) }, Read=true, ReadOnly=false, Required=false, SerializedName="scrubbingRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfileScrubbingRules> LogScrubbingRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of log scrubbing rules applied to the Azure Front Door profile logs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfileScrubbingRules) }, Read=true, ReadOnly=false, Required=false, SerializedName="scrubbingRules", Update=true)>]
member this.LogScrubbingRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfileScrubbingRules> with get, set
Public Property LogScrubbingRule As List(Of IProfileScrubbingRules)

Property Value

Attributes

Applies to