ShutdownOnIdleMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
LowUsage | 2 | The VM will be considered as idle when user is absent and the resource (CPU and disk) consumption is low. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET