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.ModelLastPatchInstallationSummary
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 "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings.". Known values are: "Unknown", "InProgress", "Failed", "Succeeded", and "CompletedWithWarnings". |
installation_activity_id
|
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. |
not_selected_patch_count
|
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
|
The number of all available patches but excluded explicitly by a customer-specified exclusion list match. |
pending_patch_count
|
The number of all available patches expected to be installed over the course of the patch installation operation. |
installed_patch_count
|
The count of patches that successfully installed. |
failed_patch_count
|
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. |
error
|
The errors that were encountered during execution of the operation. The details array contains the list of them. |
Azure SDK for Python