DevCenterDevBoxScheduleDeleteSettings.InactiveThreshold 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.
ISO8601 duration required for the dev box to not be inactive prior to it being scheduled for deletion. ISO8601 format PT[n]H[n]M[n]S.
public TimeSpan? InactiveThreshold { get; set; }
member this.InactiveThreshold : Nullable<TimeSpan> with get, set
Public Property InactiveThreshold As Nullable(Of TimeSpan)