hotpatchingEnabled

@JvmName(name = "yxxbumwbqifayoaa")
suspend fun hotpatchingEnabled(value: Output<Boolean>)
@JvmName(name = "xbpwwvcjddmefpxq")
suspend fun hotpatchingEnabled(value: Boolean?)

Parameters

value

Should the VM be patched without requiring a reboot? Possible values are true or false. Defaults to false. For more information about hot patching please see the product documentation.

NOTE: Hotpatching can only be enabled if the patch_mode is set to AutomaticByPlatform, the provision_vm_agent is set to true, your source_image_reference references a hotpatching enabled image, and the VM's size is set to a Azure generation 2 directory within the GitHub Repository.