Package version:

Interface LastPatchInstallationSummary

Describes the properties of the last installed patch summary.

interface LastPatchInstallationSummary {
    error?: ApiError;
    excludedPatchCount?: number;
    failedPatchCount?: number;
    installationActivityId?: string;
    installedPatchCount?: number;
    lastModifiedTime?: any;
    maintenanceWindowExceeded?: boolean;
    notSelectedPatchCount?: number;
    pendingPatchCount?: number;
    startTime?: any;
    status?: string;
}

Properties

error?: ApiError

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.

excludedPatchCount?: number

The number of all available patches but excluded explicitly by a customer-specified exclusion list match. NOTE: This property will not be serialized. It can only be populated by the server.

failedPatchCount?: number

The count of patches that failed installation. NOTE: This property will not be serialized. It can only be populated by the server.

installationActivityId?: string

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. NOTE: This property will not be serialized. It can only be populated by the server.

installedPatchCount?: number

The count of patches that successfully installed. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: any

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

maintenanceWindowExceeded?: boolean

Describes 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.

notSelectedPatchCount?: number

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. NOTE: This property will not be serialized. It can only be populated by the server.

pendingPatchCount?: number

The number of all available patches expected to be installed over the course of the patch installation operation. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: any

The UTC timestamp when the operation began. 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.