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

PatchInstallationDetail 类

定义

有关在安装操作期间遇到的特定修补程序的信息。

public class PatchInstallationDetail
type PatchInstallationDetail = class
Public Class PatchInstallationDetail
继承
PatchInstallationDetail

构造函数

PatchInstallationDetail()

初始化 PatchInstallationDetail 类的新实例。

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

初始化 PatchInstallationDetail 类的新实例。

属性

Classifications

获取修补程序发布者提供的修补程序的分类 () 。

InstallationState

获取安装操作完成后修补程序的状态。 可能的值包括:“Unknown”、“Installed”、“Failed”、“Excluded”、“NotSelected”、“Pending”

KbId

获取修补程序的 KBID。 仅适用于 Windows 修补程序。

Name

获取修补程序的友好名称。

PatchId

获取修补程序的唯一标识符。

Version

获取包的版本字符串。 它可能符合语义版本控制。 仅适用于 Linux。

适用于