PatchInstallationDetail Class
Information about a specific patch that was encountered during an installation action.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelPatchInstallationDetail
Constructor
PatchInstallationDetail(**kwargs: Any)
Variables
Name | Description |
---|---|
patch_id
|
A unique identifier for the patch. |
name
|
The friendly name of the patch. |
version
|
The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. |
kb_id
|
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". |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python