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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET