LinuxVMGuestPatchAutomaticByPlatformSettings Class

Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.

Inheritance
azure.mgmt.compute._serialization.Model
LinuxVMGuestPatchAutomaticByPlatformSettings

Constructor

LinuxVMGuestPatchAutomaticByPlatformSettings(*, reboot_setting: str | _models.LinuxVMGuestPatchAutomaticByPlatformRebootSetting | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
reboot_setting

Specifies the reboot setting for all AutomaticByPlatform patch installation operations. Known values are: "Unknown", "IfRequired", "Never", and "Always".

Variables

Name Description
reboot_setting

Specifies the reboot setting for all AutomaticByPlatform patch installation operations. Known values are: "Unknown", "IfRequired", "Never", and "Always".