LinuxPatchSettings

Specifies settings related to VM Guest Patching on Linux.

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Properties

Name Type Description
patchMode string Specifies the mode of VM Guest Patching to IaaS virtual machine.
assessmentMode string Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-virtual-machines-linuxpatchsettings-schema.json Raw ↑
{
  "$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"
      ]
    }
  }
}