Dela via


IAfdOrigin.EnabledState Property

Definition

Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.", 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 health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.", 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