Share via


IPool.StopOnNoConnectStatus Property

Definition

Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus? StopOnNoConnectStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.StopOnNoConnectStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnNoConnectEnableStatus> with get, set
Public Property StopOnNoConnectStatus As Nullable(Of StopOnNoConnectEnableStatus)

Property Value

Attributes

Applies to