你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WindowsVMGuestPatchAutomaticByPlatformSettings Class

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

Constructor

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

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.

Attributes

bypass_platform_safety_checks_on_user_schedule

Enables customer to schedule patching without accidental upgrades.

bypass_platform_safety_checks_on_user_schedule: bool | None

reboot_setting

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

reboot_setting: str | _models.WindowsVMGuestPatchAutomaticByPlatformRebootSetting | None