Condividi tramite


ShutdownOnIdleMode Enum

Definition

Defines values for ShutdownOnIdleMode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ShutdownOnIdleMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ShutdownOnIdleMode = 
Public Enum ShutdownOnIdleMode
Inheritance
ShutdownOnIdleMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

LowUsage 2

The VM will be considered as idle when user is absent and the resource (CPU and disk) consumption is low.

None 0

The VM won't be shut down when it is idle.

UserAbsence 1

The VM will be considered as idle when there is no keyboard or mouse input.

Applies to