VirtualMachineInstallPatchesParameters interface
Input for InstallPatches as directly received by the API
Properties
linux |
Input for InstallPatches on a Linux VM, as directly received by the API |
maximum |
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) |
reboot |
Defines when it is acceptable to reboot a VM during a software update operation. |
windows |
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