Compartir a través de


AutoShutdownProfile.ShutdownOnIdle Propiedad

Definición

Obtiene o establece si una máquina virtual se apagará cuando esté inactiva durante un período de tiempo. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a