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

MachineInstallPatchesParameters interface

API 直接接收的 InstallPatches 的输入

属性

linuxParameters

Linux VM 上的 InstallPatches 输入,如 API 直接接收

maximumDuration

指定操作将运行的最大时间量。 它必须是符合 ISO 8601 的持续时间字符串,如 PT4H(4 小时)

rebootSetting

定义在软件更新操作期间重新启动 VM 是可以接受的。

windowsParameters

Windows VM 上的 InstallPatches 的输入,如 API 直接接收

属性详细信息

linuxParameters

Linux VM 上的 InstallPatches 输入,如 API 直接接收

linuxParameters?: LinuxParameters

属性值

maximumDuration

指定操作将运行的最大时间量。 它必须是符合 ISO 8601 的持续时间字符串,如 PT4H(4 小时)

maximumDuration: string

属性值

string

rebootSetting

定义在软件更新操作期间重新启动 VM 是可以接受的。

rebootSetting: string

属性值

string

windowsParameters

Windows VM 上的 InstallPatches 的输入,如 API 直接接收

windowsParameters?: WindowsParameters

属性值