WindowsVMGuestPatchAutomaticByPlatformSettings Class
Specifies additional settings to be applied when patch mode AutomaticByPlatform is selected in Windows patch settings.
- Inheritance
-
azure.mgmt.compute._serialization.ModelWindowsVMGuestPatchAutomaticByPlatformSettings
Constructor
WindowsVMGuestPatchAutomaticByPlatformSettings(*, reboot_setting: str | _models.WindowsVMGuestPatchAutomaticByPlatformRebootSetting | 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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python