LastPatchInstallationSummary Class

Describes the properties of the last installed patch summary.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.compute._serialization.Model
LastPatchInstallationSummary

Constructor

LastPatchInstallationSummary(**kwargs: Any)

Variables

Name Description
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", or "CompletedWithWarnings.". Known values are: "InProgress", "Failed", "Succeeded", and "CompletedWithWarnings".

installation_activity_id
str

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

maintenance_window_exceeded

Describes whether the operation ran out of time before it completed all its intended actions.

reboot_status

The reboot status of the machine after the patch operation. It will be in "NotNeeded" status if reboot is not needed after the patch operation. "Required" will be the status once the patch is applied and machine is required to reboot. "Started" will be the reboot status when the machine has started to reboot. "Failed" will be the status if the machine is failed to reboot. "Completed" will be the status once the machine is rebooted successfully. Known values are: "NotNeeded", "Required", "Started", "Failed", and "Completed".

not_selected_patch_count
int

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.

excluded_patch_count
int

The number of all available patches but excluded explicitly by a customer-specified exclusion list match.

pending_patch_count
int

The number of all available patches expected to be installed over the course of the patch installation operation.

installed_patch_count
int

The count of patches that successfully installed.

failed_patch_count
int

The count of patches that failed installation.

start_time

The UTC timestamp when the operation began.

last_modified_time

The UTC timestamp when the operation began.

started_by
str

The person or system account that started the operation.

error

The errors that were encountered during execution of the operation. The details array contains the list of them.