MachineAssessPatchesResult interface
Describes the properties of an AssessPatches result.
Properties
assessment |
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. |
available |
Summarization of patches available for installation on the machine by classification. |
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. |
last |
The UTC timestamp when the operation finished. 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. |
reboot |
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. 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 "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
assessmentActivityId
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.
assessmentActivityId?: string
Property Value
string
availablePatchCountByClassification
Summarization of patches available for installation on the machine by classification.
availablePatchCountByClassification?: AvailablePatchCountByClassification
Property Value
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
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
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
rebootPending
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. NOTE: This property will not be serialized. It can only be populated by the server.
rebootPending?: boolean
Property Value
boolean
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 "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string