VirtualMachineInstallPatchesParameters interface

Input for InstallPatches as directly received by the API

Properties

linuxParameters

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

maximumDuration

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

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

windowsParameters

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

Property Details

linuxParameters

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

linuxParameters?: LinuxParameters

Property Value

maximumDuration

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)

maximumDuration?: string

Property Value

string

rebootSetting

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

rebootSetting: string

Property Value

string

windowsParameters

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

windowsParameters?: WindowsParameters

Property Value