VirtualMachineSoftwarePatchProperties Class

Describes the properties of a Virtual Machine software patch.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineSoftwarePatchProperties

Constructor

VirtualMachineSoftwarePatchProperties(**kwargs: Any)

Variables

Name Description
patch_id
str

A unique identifier for the patch.

name
str

The friendly name of the patch.

version
str

The version number of the patch. This property applies only to Linux patches.

kbid
str

The KBID of the patch. Only applies to Windows patches.

classifications

The classification(s) of the patch as provided by the patch publisher.

reboot_behavior

Describes the reboot requirements of the patch. Known values are: "NeverReboots", "AlwaysRequiresReboot", and "CanRequestReboot".

activity_id
str

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

published_date

The UTC timestamp when the repository published this patch.

last_modified_date_time

The UTC timestamp of the last update to this patch record.

assessment_state

Describes the outcome of an install operation for a given patch. Known values are: "Installed", "Failed", "Excluded", "NotSelected", "Pending", and "Available".