MachineInstallPatchesResult interface
The result summary of an installation operation.
Properties
error |
The errors that were encountered during execution of the operation. The details array contains the list of them. NOTE: This property will not be serialized. It can only be populated by the server. |
excluded |
The number of patches that were not installed due to the user blocking their installation. NOTE: This property will not be serialized. It can only be populated by the server. |
failed |
The number of patches that could not be installed due to some issue. See errors for details. NOTE: This property will not be serialized. It can only be populated by the server. |
installation |
The activity ID of the operation that produced this result. NOTE: This property will not be serialized. It can only be populated by the server. |
installed |
The number of patches successfully installed. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The UTC timestamp when the operation finished. NOTE: This property will not be serialized. It can only be populated by the server. |
maintenance |
Whether the operation ran out of time before it completed all its intended actions. NOTE: This property will not be serialized. It can only be populated by the server. |
not |
The number of patches that were detected as available for install, but did not meet the operation's criteria. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
The operating system type of the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
patch |
Specifies the patch service used for the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
pending |
The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. NOTE: This property will not be serialized. It can only be populated by the server. |
reboot |
The reboot state of the VM following completion of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Indicates if operation was triggered by user or by platform. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorDetails
The errors that were encountered during execution of the operation. The details array contains the list of them. NOTE: This property will not be serialized. It can only be populated by the server.
errorDetails?: ErrorDetail
Property Value
excludedPatchCount
The number of patches that were not installed due to the user blocking their installation. NOTE: This property will not be serialized. It can only be populated by the server.
excludedPatchCount?: number
Property Value
number
failedPatchCount
The number of patches that could not be installed due to some issue. See errors for details. NOTE: This property will not be serialized. It can only be populated by the server.
failedPatchCount?: number
Property Value
number
installationActivityId
The activity ID of the operation that produced this result. NOTE: This property will not be serialized. It can only be populated by the server.
installationActivityId?: string
Property Value
string
installedPatchCount
The number of patches successfully installed. NOTE: This property will not be serialized. It can only be populated by the server.
installedPatchCount?: number
Property Value
number
lastModifiedDateTime
The UTC timestamp when the operation finished. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedDateTime?: Date
Property Value
Date
maintenanceWindowExceeded
Whether the operation ran out of time before it completed all its intended actions. NOTE: This property will not be serialized. It can only be populated by the server.
maintenanceWindowExceeded?: boolean
Property Value
boolean
notSelectedPatchCount
The number of patches that were detected as available for install, but did not meet the operation's criteria. NOTE: This property will not be serialized. It can only be populated by the server.
notSelectedPatchCount?: number
Property Value
number
osType
The operating system type of the machine. NOTE: This property will not be serialized. It can only be populated by the server.
osType?: string
Property Value
string
patchServiceUsed
Specifies the patch service used for the operation. NOTE: This property will not be serialized. It can only be populated by the server.
patchServiceUsed?: string
Property Value
string
pendingPatchCount
The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. NOTE: This property will not be serialized. It can only be populated by the server.
pendingPatchCount?: number
Property Value
number
rebootStatus
The reboot state of the VM following completion of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
rebootStatus?: string
Property Value
string
startDateTime
The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.
startDateTime?: Date
Property Value
Date
startedBy
Indicates if operation was triggered by user or by platform. NOTE: This property will not be serialized. It can only be populated by the server.
startedBy?: string
Property Value
string
status
The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string