VirtualMachineAssessPatchesResultInner 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 AssessPatches result.
public class VirtualMachineAssessPatchesResultInner
type VirtualMachineAssessPatchesResultInner = class
Public Class VirtualMachineAssessPatchesResultInner
- Inheritance
-
VirtualMachineAssessPatchesResultInner
Constructors
VirtualMachineAssessPatchesResultInner() |
Initializes a new instance of the VirtualMachineAssessPatchesResultInner class. |
VirtualMachineAssessPatchesResultInner(PatchOperationStatus, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, IList<VirtualMachineSoftwarePatchProperties>, ApiError) |
Initializes a new instance of the VirtualMachineAssessPatchesResultInner 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. |
OtherPatchCount |
Gets the number of all available patches excluding critical and security. |
Patches |
Gets the list of patches that have been detected as available for installation. |
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. |
StartDateTime |
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 "Failed", "Succeeded", or "CompletedWithWarnings.". Possible values include: 'InProgress', 'Failed', 'Succeeded', 'CompletedWithWarnings' |
Applies to
Azure SDK for .NET