Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineAssessPatchesResult

Package version

Describes the properties of an AssessPatches result.

Hierarchy

  • VirtualMachineAssessPatchesResult

Index

Properties

Optional assessmentActivityId

assessmentActivityId: undefined | string

The activity ID of the operation that produced this result. NOTE: This property will not be serialized. It can only be populated by the server.

Optional availablePatchCountByClassification

availablePatchCountByClassification: AvailablePatchCountByClassification

Summarization of patches available for installation on the machine by classification.

Optional errorDetails

errorDetails: ErrorDetail

The errors that were encountered during execution of the operation. The details array contains the list of them. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedDateTime

lastModifiedDateTime: Date

The UTC timestamp when the operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osType

osType: OsTypeUM

The operating system type of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

Optional patchServiceUsed

patchServiceUsed: PatchServiceUsed

Specifies the patch service used for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rebootPending

rebootPending: undefined | false | true

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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startDateTime

startDateTime: Date

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startedBy

Indicates if operation was triggered by user or by platform. NOTE: This property will not be serialized. It can only be populated by the server.

Optional 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." NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc