MachineInstallPatchesParameters interface
Input for InstallPatches as directly received by the API
Eigenschaften
linux |
Input for InstallPatches on a Linux VM, as directly received by the API |
maximum |
Gibt die maximale Zeitspanne an, die der Vorgang ausführt. Es muss eine ISO 8601-kompatible Dauerzeichenfolge wie PT4H (4 Stunden) sein. |
reboot |
Definiert, wann es akzeptabel ist, einen virtuellen Computer während eines Softwareupdatevorgangs neu zu starten. |
windows |
Input for InstallPatches on a Windows VM, as directly received by the API |
Details zur Eigenschaft
linuxParameters
Input for InstallPatches on a Linux VM, as directly received by the API
linuxParameters?: LinuxParameters
Eigenschaftswert
maximumDuration
Gibt die maximale Zeitspanne an, die der Vorgang ausführt. Es muss eine ISO 8601-kompatible Dauerzeichenfolge wie PT4H (4 Stunden) sein.
maximumDuration: string
Eigenschaftswert
string
rebootSetting
Definiert, wann es akzeptabel ist, einen virtuellen Computer während eines Softwareupdatevorgangs neu zu starten.
rebootSetting: string
Eigenschaftswert
string
windowsParameters
Input for InstallPatches on a Windows VM, as directly received by the API
windowsParameters?: WindowsParameters