Freigeben über


IPool.StopOnNoConnectGracePeriodMinute Property

Definition

The specified time in minutes to wait before stopping a Dev Box if no connection is made. This will only be present if stop on no connect is enabled.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The specified time in minutes to wait before stopping a Dev Box if no connection is made. This will only be present if stop on no connect is enabled.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="gracePeriodMinutes")]
public int? StopOnNoConnectGracePeriodMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The specified time in minutes to wait before stopping a Dev Box if no connection is made. This will only be present if stop on no connect is enabled.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="gracePeriodMinutes")>]
member this.StopOnNoConnectGracePeriodMinute : Nullable<int> with get, set
Public Property StopOnNoConnectGracePeriodMinute As Nullable(Of Integer)

Property Value

Attributes

Applies to