VirtualMachineSoftwarePatchPropertiesOutput interface
Describes the properties of a Virtual Machine software patch.
Properties
| activity |
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. |
| assessment |
Describes the availability of a given patch. |
| classifications | The classification(s) of the patch as provided by the patch publisher. |
| kb |
The KBID of the patch. Only applies to Windows patches. |
| last |
The UTC timestamp of the last update to this patch record. |
| name | The friendly name of the patch. |
| patch |
A unique identifier for the patch. |
| published |
The UTC timestamp when the repository published this patch. |
| reboot |
Describes the reboot requirements of the patch. |
| version | The version number of the patch. This property applies only to Linux patches. |
Property Details
activityId
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
activityId?: string
Property Value
string
assessmentState
Describes the availability of a given patch.
assessmentState?: "Unknown" | "Available"
Property Value
"Unknown" | "Available"
classifications
The classification(s) of the patch as provided by the patch publisher.
classifications?: string[]
Property Value
string[]
kbId
The KBID of the patch. Only applies to Windows patches.
kbId?: string
Property Value
string
lastModifiedDateTime
The UTC timestamp of the last update to this patch record.
lastModifiedDateTime?: string
Property Value
string
name
The friendly name of the patch.
name?: string
Property Value
string
patchId
A unique identifier for the patch.
patchId?: string
Property Value
string
publishedDate
The UTC timestamp when the repository published this patch.
publishedDate?: string
Property Value
string
rebootBehavior
Describes the reboot requirements of the patch.
rebootBehavior?: "Unknown" | "NeverReboots" | "AlwaysRequiresReboot" | "CanRequestReboot"
Property Value
"Unknown" | "NeverReboots" | "AlwaysRequiresReboot" | "CanRequestReboot"
version
The version number of the patch. This property applies only to Linux patches.
version?: string
Property Value
string