AdditionalCapabilities Class

Definition

Enables or disables a capability on the virtual machine or virtual machine scale set.

public class AdditionalCapabilities
type AdditionalCapabilities = class
Public Class AdditionalCapabilities
Inheritance
AdditionalCapabilities

Constructors

AdditionalCapabilities()

Initializes a new instance of the AdditionalCapabilities class.

AdditionalCapabilities(Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the AdditionalCapabilities class.

Properties

HibernationEnabled

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

UltraSSDEnabled

Gets or sets the flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.

Applies to