Share via


AdditionalCapabilities.HibernationEnabled Property

Definition

Gets or sets the flag that enables or disables hibernation capability on the VM.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to