Package version:

InterfaceMachineAssessPatchesResult

Describes the properties of an AssessPatches result.

interface MachineAssessPatchesResult {
    assessmentActivityId?: string;
    availablePatchCountByClassification?: AvailablePatchCountByClassification;
    errorDetails?: ErrorDetail;
    lastModifiedDateTime?: Date;
    osType?: string;
    patchServiceUsed?: string;
    rebootPending?: boolean;
    startDateTime?: Date;
    startedBy?: string;
    status?: string;
}

Properties

assessmentActivityId?: string

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.

availablePatchCountByClassification?: AvailablePatchCountByClassification

Summarization of patches available for installation on the machine by classification.

errorDetails?: ErrorDetail

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.

lastModifiedDateTime?: Date

The UTC timestamp when the operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

osType?: string

The operating system type of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

patchServiceUsed?: string

Specifies the patch service used for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

rebootPending?: boolean

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.

startDateTime?: Date

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

startedBy?: string

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?: string

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.