次の方法で共有


IAfdEndpoint.EnabledState Property

Definition

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EnabledState) }, ReadOnly=false, Required=false, SerializedName="enabledState")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EnabledState? EnabledState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EnabledState) }, ReadOnly=false, Required=false, SerializedName="enabledState")>]
member this.EnabledState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.EnabledState> with get, set
Public Property EnabledState As Nullable(Of EnabledState)

Property Value

Attributes

Applies to