PatchInstallationDetail interface
Information about a specific patch that was encountered during an installation action.
Properties
classifications | 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. |
installation |
The state of the patch after the installation operation completed. NOTE: This property will not be serialized. It can only be populated by the server. |
kb |
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. |
name | The friendly name of the patch. NOTE: This property will not be serialized. It can only be populated by the server. |
patch |
A unique identifier for the patch. NOTE: This property will not be serialized. It can only be populated by the server. |
version | The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
classifications
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.
classifications?: string[]
Property Value
string[]
installationState
The state of the patch after the installation operation completed. NOTE: This property will not be serialized. It can only be populated by the server.
installationState?: string
Property Value
string
kbId
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.
kbId?: string
Property Value
string
name
The friendly name of the patch. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
patchId
A unique identifier for the patch. NOTE: This property will not be serialized. It can only be populated by the server.
patchId?: string
Property Value
string
version
The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string