IPool.StopOnDisconnectGracePeriodMinute Property

Definition

The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="gracePeriodMinutes")]
public int? StopOnDisconnectGracePeriodMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="gracePeriodMinutes")>]
member this.StopOnDisconnectGracePeriodMinute : Nullable<int> with get, set
Public Property StopOnDisconnectGracePeriodMinute As Nullable(Of Integer)

Property Value

Attributes

Applies to