LinuxVirtualMachineAdditionalCapabilities

data class LinuxVirtualMachineAdditionalCapabilities(val hibernationEnabled: Boolean? = null, val ultraSsdEnabled: Boolean? = null)

Constructors

constructor(hibernationEnabled: Boolean? = null, ultraSsdEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable the hibernation capability or not. Changing this forces a new Linux Virtual Machine to be created.

Link copied to clipboard

Should the capacity to enable Data Disks of the UltraSSD_LRS storage account type be supported on this Virtual Machine? Defaults to false.