Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineInstallPatchesResult

Package version

The result summary of an installation operation.

Hierarchy

  • VirtualMachineInstallPatchesResult

Index

Properties

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 excludedPatchCount

excludedPatchCount: undefined | number

The number of patches that were not installed due to the user blocking their installation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional failedPatchCount

failedPatchCount: undefined | number

The number of patches that could not be installed due to some issue. See errors for details. NOTE: This property will not be serialized. It can only be populated by the server.

Optional installationActivityId

installationActivityId: 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 installedPatchCount

installedPatchCount: undefined | number

The number of patches successfully installed. 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 maintenanceWindowExceeded

maintenanceWindowExceeded: undefined | false | true

Whether the operation ran out of time before it completed all its intended actions. NOTE: This property will not be serialized. It can only be populated by the server.

Optional notSelectedPatchCount

notSelectedPatchCount: undefined | number

The number of patches that were detected as available for install, but did not meet the operation's criteria. 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 pendingPatchCount

pendingPatchCount: undefined | number

The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rebootStatus

The reboot state of the VM following completion of the operation. 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 "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc