Class LastPatchInstallationSummary
java.lang.Object
com.microsoft.azure.management.compute.LastPatchInstallationSummary
Describes the properties of the last installed patch summary.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionerror()
Get the errors that were encountered during execution of the operation.Get the number of all available patches but excluded explicitly by a customer-specified exclusion list match.Get the count of patches that failed installation.Get the activity ID of the operation that produced this result.Get the count of patches that successfully installed.org.joda.time.DateTime
Get the UTC timestamp when the operation began.Get describes whether the operation ran out of time before it completed all its intended actions.Get the number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.Get the number of all available patches expected to be installed over the course of the patch installation operation.org.joda.time.DateTime
Get the UTC timestamp when the operation began.status()
Get the overall success or failure status of the operation.
-
Constructor Details
-
LastPatchInstallationSummary
public LastPatchInstallationSummary()
-
-
Method Details
-
status
Get 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'.- Returns:
- the status value
-
installationActivityId
Get the activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.- Returns:
- the installationActivityId value
-
maintenanceWindowExceeded
Get describes whether the operation ran out of time before it completed all its intended actions.- Returns:
- the maintenanceWindowExceeded value
-
notSelectedPatchCount
Get the number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.- Returns:
- the notSelectedPatchCount value
-
excludedPatchCount
Get the number of all available patches but excluded explicitly by a customer-specified exclusion list match.- Returns:
- the excludedPatchCount value
-
pendingPatchCount
Get the number of all available patches expected to be installed over the course of the patch installation operation.- Returns:
- the pendingPatchCount value
-
installedPatchCount
Get the count of patches that successfully installed.- Returns:
- the installedPatchCount value
-
failedPatchCount
Get the count of patches that failed installation.- Returns:
- the failedPatchCount value
-
startTime
public org.joda.time.DateTime startTime()Get the UTC timestamp when the operation began.- Returns:
- the startTime value
-
lastModifiedTime
public org.joda.time.DateTime lastModifiedTime()Get the UTC timestamp when the operation began.- Returns:
- the lastModifiedTime value
-
error
Get the errors that were encountered during execution of the operation. The details array contains the list of them.- Returns:
- the error value
-