Share via


AutoShutdownProfile.ShutdownWhenNotConnected Property

Definition

Gets or sets whether a VM will get shutdown when it hasn't been connected to after a period of time. Possible values include: 'Enabled', 'Disabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to