LastPatchInstallationSummary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of the last installed patch summary.
public class LastPatchInstallationSummary
type LastPatchInstallationSummary = class
Public Class LastPatchInstallationSummary
- Inheritance
-
LastPatchInstallationSummary
Constructors
LastPatchInstallationSummary() |
Initializes a new instance of the LastPatchInstallationSummary class. |
LastPatchInstallationSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError) |
Initializes a new instance of the LastPatchInstallationSummary class. |
Properties
Error |
Gets the errors that were encountered during execution of the operation. The details array contains the list of them. |
ExcludedPatchCount |
Gets the number of all available patches but excluded explicitly by a customer-specified exclusion list match. |
FailedPatchCount |
Gets the count of patches that failed installation. |
InstallationActivityId |
Gets the activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. |
InstalledPatchCount |
Gets the count of patches that successfully installed. |
LastModifiedTime |
Gets the UTC timestamp when the operation began. |
MaintenanceWindowExceeded |
Gets describes whether the operation ran out of time before it completed all its intended actions |
NotSelectedPatchCount |
Gets the number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. |
PendingPatchCount |
Gets the number of all available patches expected to be installed over the course of the patch installation operation. |
StartTime |
Gets the UTC timestamp when the operation began. |
Status |
Gets 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.". Possible values include: 'Unknown', 'InProgress', 'Failed', 'Succeeded', 'CompletedWithWarnings' |
Applies to
Azure SDK for .NET