LinuxPatchSettings Class

Specifies settings related to VM Guest Patching on Linux.

Constructor

LinuxPatchSettings(*args: Any, **kwargs: Any)

Variables

Name Description
patch_mode

Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

ImageDefault - The virtual machine's default patching configuration is used.

AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true. Known values are: "ImageDefault" and "AutomaticByPlatform".

assessment_mode

Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

ImageDefault - You control the timing of patch assessments on a virtual machine.

AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. Known values are: "ImageDefault" and "AutomaticByPlatform".

automatic_by_platform_settings

Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.

Attributes

assessment_mode

Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

ImageDefault - You control the timing of patch assessments on a virtual machine.

AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. Known values are: "ImageDefault" and "AutomaticByPlatform".

assessment_mode: str | _models.LinuxPatchAssessmentMode | None

automatic_by_platform_settings

Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.

automatic_by_platform_settings: _models.LinuxVMGuestPatchAutomaticByPlatformSettings | None

patch_mode

Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

ImageDefault - The virtual machine's default patching configuration is used.

AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true. Known values are: "ImageDefault" and "AutomaticByPlatform".

patch_mode: str | _models.LinuxVMGuestPatchMode | None