InputPatchConfiguration interface
Input configuration for a patch run
Properties
linux |
Input parameters specific to patching Linux machine. For Windows machines, do not pass this property. |
reboot |
Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed. |
windows |
Input parameters specific to patching a Windows machine. For Linux machines, do not pass this property. |
Property Details
linuxParameters
Input parameters specific to patching Linux machine. For Windows machines, do not pass this property.
linuxParameters?: InputLinuxParameters
Property Value
rebootSetting
Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed.
rebootSetting?: string
Property Value
string
windowsParameters
Input parameters specific to patching a Windows machine. For Linux machines, do not pass this property.
windowsParameters?: InputWindowsParameters
Property Value
Azure SDK for JavaScript