LinuxPatchSettings Class
Specifies settings related to VM Guest Patching on Linux.
- Inheritance
-
LinuxPatchSettings
Constructor
LinuxPatchSettings(*, patch_mode: Optional[Union[str, azure.mgmt.compute.v2021_04_01.models._compute_management_client_enums.LinuxVMGuestPatchMode]] = None, assessment_mode: Optional[Union[str, azure.mgmt.compute.v2021_04_01.models._compute_management_client_enums.LinuxPatchAssessmentMode]] = None, **kwargs)
Parameters
- patch_mode
- str or LinuxVMGuestPatchMode
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual
machines associated to virtual machine scale set with OrchestrationMode as Flexible.:code:<br /> Possible values are:<br />``<br /> ImageDefault - The
virtual machine's default patching configuration is used. <br />``<br />
AutomaticByPlatform - The virtual machine will be automatically updated by the platform.
The property provisionVMAgent must be true. Possible values include: "ImageDefault",
"AutomaticByPlatform".
- assessment_mode
- str or LinuxPatchAssessmentMode
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
machine.:code:<br /> Possible values are:<br />``<br />
ImageDefault - You control the timing of patch assessments on a virtual machine. <br />``<br /> AutomaticByPlatform - The platform will trigger periodic patch
assessments. The property provisionVMAgent must be true. Possible values include:
"ImageDefault", "AutomaticByPlatform".
Feedback
Submit and view feedback for