Package version:

Interface VirtualMachineSoftwarePatchProperties

Describes the properties of a Virtual Machine software patch.

interface VirtualMachineSoftwarePatchProperties {
    activityId?: string;
    assessmentState?: string;
    classifications?: string[];
    kbId?: string;
    lastModifiedDateTime?: any;
    name?: string;
    patchId?: string;
    publishedDate?: any;
    rebootBehavior?: string;
    version?: string;
}

Properties

activityId?: 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.

assessmentState?: string

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

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.

kbId?: 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.

lastModifiedDateTime?: any

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.

name?: string

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

patchId?: string

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

publishedDate?: any

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

rebootBehavior?: string

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

version?: 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.