你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatchSettings 类
指定与 Windows 上的 VM 来宾修补相关的设置。
- 继承
-
azure.mgmt.compute._serialization.ModelPatchSettings
构造函数
PatchSettings(*, patch_mode: str | _models.WindowsVMGuestPatchMode | None = None, enable_hotpatching: bool | None = None, assessment_mode: str | _models.WindowsPatchAssessmentMode | None = None, automatic_by_platform_settings: _models.WindowsVMGuestPatchAutomaticByPlatformSettings | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
patch_mode
|
指定 VM 来宾修补到 IaaS 虚拟机或与虚拟机规模集关联的虚拟机的模式,其中 OrchestrationMode 为 Flexible.:code: |
enable_hotpatching
|
使客户无需重新启动即可修补其 Azure VM。 对于 enableHotpatching,必须将“provisionVMAgent”设置为 true,“patchMode”必须设置为“AutomaticByPlatform”。 |
assessment_mode
|
指定 IaaS 虚拟机的 VM 来宾修补程序评估模式。:code: |
automatic_by_platform_settings
|
指定 Windows 上的 VM 来宾修补中的修补模式 AutomaticByPlatform 的其他设置。 |
变量
名称 | 说明 |
---|---|
patch_mode
|
指定 VM 来宾修补到 IaaS 虚拟机或与虚拟机规模集关联的虚拟机的模式,其中 OrchestrationMode 为 Flexible.:code: |
enable_hotpatching
|
使客户无需重新启动即可修补其 Azure VM。 对于 enableHotpatching,必须将“provisionVMAgent”设置为 true,“patchMode”必须设置为“AutomaticByPlatform”。 |
assessment_mode
|
指定 IaaS 虚拟机的 VM 来宾修补程序评估模式。:code: |
automatic_by_platform_settings
|
指定 Windows 上的 VM 来宾修补中的修补模式 AutomaticByPlatform 的其他设置。 |