Linux Virtual Machine Additional Capabilities Args
data class LinuxVirtualMachineAdditionalCapabilitiesArgs(val hibernationEnabled: Output<Boolean>? = null, val ultraSsdEnabled: Output<Boolean>? = null) : ConvertibleToJava<LinuxVirtualMachineAdditionalCapabilitiesArgs>
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.