ICdnWebApplicationFirewallPolicy.PolicySettingEnabledState Property

Definition

describes if the policy is in enabled state or disabled state

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="describes if the policy is in enabled state or disabled state", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabledState", Update=true)]
public string PolicySettingEnabledState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="describes if the policy is in enabled state or disabled state", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabledState", Update=true)>]
member this.PolicySettingEnabledState : string with get, set
Public Property PolicySettingEnabledState As String

Property Value

Attributes

Applies to