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

WindowsVMGuestPatchAutomaticByPlatformSettings 类

指定在 Windows 修补程序设置中选择修补模式 AutomaticByPlatform 时要应用的其他设置。

继承
azure.mgmt.compute._serialization.Model
WindowsVMGuestPatchAutomaticByPlatformSettings

构造函数

WindowsVMGuestPatchAutomaticByPlatformSettings(*, reboot_setting: str | _models.WindowsVMGuestPatchAutomaticByPlatformRebootSetting | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
reboot_setting

指定所有 AutomaticByPlatform 修补程序安装操作的重新启动设置。 已知值为:“Unknown”、“IfRequired”、“Never”和“Always”。

变量

名称 说明
reboot_setting

指定所有 AutomaticByPlatform 修补程序安装操作的重新启动设置。 已知值为:“Unknown”、“IfRequired”、“Never”和“Always”。