Share via


AutoShutdownProfile.ShutdownOnDisconnect Property

Definition

Gets or sets whether shutdown on disconnect is enabled. Possible values include: 'Enabled', 'Disabled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to