你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PatchInstallationDetail Class

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

Constructor

PatchInstallationDetail(*args: Any, **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 string of the package. It may conform to Semantic Versioning. Only applies to Linux.

kb_id
str

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

classifications

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

installation_state

The state of the patch after the installation operation completed. Known values are: "Unknown", "Installed", "Failed", "Excluded", "NotSelected", and "Pending".

Attributes

classifications

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

classifications: list[str] | None

installation_state

The state of the patch after the installation operation completed. Known values are: "Unknown", "Installed", "Failed", "Excluded", "NotSelected", and "Pending".

installation_state: str | _models.PatchInstallationState | None

kb_id

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

kb_id: str | None

name

The friendly name of the patch.

name: str | None

patch_id

A unique identifier for the patch.

patch_id: str | None

version

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

version: str | None