Share via


AutoShutdownProfile.IdleDelay Property

Definition

Gets or sets the amount of time a VM will idle before it is shutdown if this behavior is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="idleDelay")]
public TimeSpan? IdleDelay { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="idleDelay")>]
member this.IdleDelay : Nullable<TimeSpan> with get, set
Public Property IdleDelay As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to