Share via


IProfile.LogScrubbingState Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="State of the log scrubbing config. Default value is Enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="state", Update=true)]
public string LogScrubbingState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="State of the log scrubbing config. Default value is Enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="state", Update=true)>]
member this.LogScrubbingState : string with get, set
Public Property LogScrubbingState As String

Property Value

Attributes

Applies to