Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineSoftwarePatchProperties

Package version

Describes the properties of a Virtual Machine software patch.

Hierarchy

  • VirtualMachineSoftwarePatchProperties

Index

Properties

Optional activityId

activityId: undefined | string

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. NOTE: This property will not be serialized. It can only be populated by the server.

Optional assessmentState

assessmentState: PatchAssessmentState

Describes the availability of a given patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional classifications

classifications: string[]

The classification(s) of the patch as provided by the patch publisher. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kbId

kbId: undefined | string

The KBID of the patch. Only applies to Windows patches. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedDateTime

lastModifiedDateTime: Date

The UTC timestamp of the last update to this patch record. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The friendly name of the patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional patchId

patchId: undefined | string

A unique identifier for the patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional publishedDate

publishedDate: Date

The UTC timestamp when the repository published this patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rebootBehavior

Describes the reboot requirements of the patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional version

version: undefined | string

The version number of the patch. This property applies only to Linux patches. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc