Share via


AutoShutdownProfile.ShutdownOnIdle Property

Definition

Gets or sets whether a VM will get shutdown when it has idled for a period of time. Possible values include: 'None', 'UserAbsence', 'LowUsage'

[Newtonsoft.Json.JsonProperty(PropertyName="shutdownOnIdle")]
public Microsoft.Azure.Management.LabServices.Models.ShutdownOnIdleMode? ShutdownOnIdle { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="shutdownOnIdle")>]
member this.ShutdownOnIdle : Nullable<Microsoft.Azure.Management.LabServices.Models.ShutdownOnIdleMode> with get, set
Public Property ShutdownOnIdle As Nullable(Of ShutdownOnIdleMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to