Package version:

Interface VirtualMachineInstallPatchesParameters

Input for InstallPatches as directly received by the API

interface VirtualMachineInstallPatchesParameters {
    linuxParameters?: LinuxParameters;
    maximumDuration?: string;
    rebootSetting: string;
    windowsParameters?: WindowsParameters;
}

Properties

linuxParameters?: LinuxParameters

Input for InstallPatches on a Linux VM, as directly received by the API

maximumDuration?: string

Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours)

rebootSetting: string

Defines when it is acceptable to reboot a VM during a software update operation.

windowsParameters?: WindowsParameters

Input for InstallPatches on a Windows VM, as directly received by the API