Specifies settings related to VM Guest Patching on Linux.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LinuxPatchSettings", "title": "LinuxPatchSettings", "type": "object", "description": "Specifies settings related to VM Guest Patching on Linux.", "properties": { "patchMode": { "type": "string", "description": "Specifies the mode of VM Guest Patching to IaaS virtual machine.", "enum": [ "ImageDefault", "AutomaticByPlatform" ] }, "assessmentMode": { "type": "string", "description": "Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.", "enum": [ "ImageDefault", "AutomaticByPlatform" ] } } }