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

MachineInstallPatchesContent 类

定义

API 直接接收的 InstallPatches 的输入。

public class MachineInstallPatchesContent
type MachineInstallPatchesContent = class
Public Class MachineInstallPatchesContent
继承
MachineInstallPatchesContent

构造函数

MachineInstallPatchesContent(TimeSpan, VmGuestPatchRebootSetting)

初始化 MachineInstallPatchesContent 的新实例。

属性

LinuxParameters

在 Linux VM 上输入 InstallPatches,由 API 直接接收。

MaximumDuration

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

RebootSetting

定义何时可以接受在软件更新操作期间重启 VM。

WindowsParameters

Api 直接接收的 Windows VM 上的 InstallPatches 的输入。

适用于