Pool.StopOnNoConnectGracePeriodMinute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Origin(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.PropertyOrigin.Inlined)]
public int? StopOnNoConnectGracePeriodMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Origin(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.PropertyOrigin.Inlined)>]
member this.StopOnNoConnectGracePeriodMinute : Nullable<int> with get, set
Public Property StopOnNoConnectGracePeriodMinute As Nullable(Of Integer)
Property Value
Implements
- Attributes