Share via


PatchInstallationDetail Class

Definition

Information about a specific patch that was encountered during an installation action.

public class PatchInstallationDetail
type PatchInstallationDetail = class
Public Class PatchInstallationDetail
Inheritance
PatchInstallationDetail

Constructors

PatchInstallationDetail()

Initializes a new instance of the PatchInstallationDetail class.

PatchInstallationDetail(String, String, String, String, IList<String>, String)

Initializes a new instance of the PatchInstallationDetail class.

Properties

Classifications

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

InstallationState

Gets the state of the patch after the installation operation completed. Possible values include: 'Unknown', 'Installed', 'Failed', 'Excluded', 'NotSelected', 'Pending'

KbId

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

Name

Gets the friendly name of the patch.

PatchId

Gets a unique identifier for the patch.

Version

Gets the version string of the package. It may conform to Semantic Versioning. Only applies to Linux.

Applies to