LinuxVMGuestPatchAutomaticByPlatformSettings Class
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Linux patch settings.
- Inheritance
-
azure.mgmt.compute._serialization.ModelLinuxVMGuestPatchAutomaticByPlatformSettings
Constructor
LinuxVMGuestPatchAutomaticByPlatformSettings(*, reboot_setting: str | _models.LinuxVMGuestPatchAutomaticByPlatformRebootSetting | None = None, bypass_platform_safety_checks_on_user_schedule: bool | 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". |
bypass_platform_safety_checks_on_user_schedule
|
Enables customer to schedule patching without accidental upgrades. |
Variables
Name | Description |
---|---|
reboot_setting
|
Specifies the reboot setting for all AutomaticByPlatform patch installation operations. Known values are: "Unknown", "IfRequired", "Never", and "Always". |
bypass_platform_safety_checks_on_user_schedule
|
Enables customer to schedule patching without accidental upgrades. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python