Windows Virtual Machine Additional Capabilities
data class WindowsVirtualMachineAdditionalCapabilities(val hibernationEnabled: Boolean? = null, val ultraSsdEnabled: Boolean? = null)
Properties
Link copied to clipboard
Whether to enable the hibernation capability or not. Changing this forces a new Windows 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.