Share via


AutoShutdownProfile.NoConnectDelay Property

Definition

Gets or sets the amount of time a VM will stay running before it is shutdown if no connection is made and this behavior is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to