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