AvailablePatchSummary 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 an virtual machine instance view for available patch summary.
public class AvailablePatchSummary
type AvailablePatchSummary = class
Public Class AvailablePatchSummary
- Inheritance
-
AvailablePatchSummary
Constructors
AvailablePatchSummary() |
Initializes a new instance of the AvailablePatchSummary class. |
AvailablePatchSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError) |
Initializes a new instance of the AvailablePatchSummary class. |
Properties
AssessmentActivityId |
Gets the activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. |
CriticalAndSecurityPatchCount |
Gets the number of critical or security patches that have been detected as available and not yet installed. |
Error |
Gets the errors that were encountered during execution of the operation. The details array contains the list of them. |
LastModifiedTime |
Gets the UTC timestamp when the operation began. |
OtherPatchCount |
Gets the number of all available patches excluding critical and security. |
RebootPending |
Gets the overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. |
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' |