你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineInstallPatchesParameters interface
API 直接接收的 InstallPatches 的输入
属性
linux |
Linux VM 上 InstallPatches 的输入,由 API 直接接收 |
maximum |
指定操作将运行的最长时间。 它必须是符合 ISO 8601 的持续时间字符串,例如 PT4H (4 小时) |
reboot |
定义在软件更新操作期间重新启动 VM 的可接受时间。 |
windows |
Windows VM 上 InstallPatches 的输入,由 API 直接接收 |
属性详细信息
linuxParameters
maximumDuration
指定操作将运行的最长时间。 它必须是符合 ISO 8601 的持续时间字符串,例如 PT4H (4 小时)
maximumDuration?: string
属性值
string
rebootSetting
定义在软件更新操作期间重新启动 VM 的可接受时间。
rebootSetting: string
属性值
string
windowsParameters
Windows VM 上 InstallPatches 的输入,由 API 直接接收
windowsParameters?: WindowsParameters