LinuxPatchSettings Class
Specifies settings related to VM Guest Patching on Linux.
- Inheritance
-
azure.mgmt.compute._serialization.ModelLinuxPatchSettings
Constructor
LinuxPatchSettings(*, patch_mode: str | _models.LinuxVMGuestPatchMode | None = None, assessment_mode: str | _models.LinuxPatchAssessmentMode | None = None, automatic_by_platform_settings: _models.LinuxVMGuestPatchAutomaticByPlatformSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
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.:code: |
assessment_mode
|
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
machine.:code: |
automatic_by_platform_settings
|
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux. |
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.:code: |
assessment_mode
|
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual
machine.:code: |
automatic_by_platform_settings
|
Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux. |
Azure SDK for Python