通过


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

AvailablePatchSummaryOutput interface

描述可用修补程序摘要的虚拟机实例视图的属性。

属性

assessmentActivityId

生成此结果的作的活动 ID。 它用于跨 CRP 和扩展日志关联。

criticalAndSecurityPatchCount

检测到为可用但尚未安装的关键或安全修补程序的数量。

error

执行作期间遇到的错误。 详细信息数组包含它们的列表。

lastModifiedTime

作开始时的 UTC 时间戳。

otherPatchCount

排除关键和安全性的所有可用修补程序的数量。

rebootPending

VM 的总体重启状态。 当部分安装的修补程序需要重新启动才能完成安装,但尚未重新启动时,情况将属实。

startTime

作开始时的 UTC 时间戳。

status

作的总体成功或失败状态。 在作完成之前,它将保持“InProgress”。 此时,它将变为“Unknown”、“Failed”、“Succeeded”或“CompletedWithWarnings”。

属性详细信息

assessmentActivityId

生成此结果的作的活动 ID。 它用于跨 CRP 和扩展日志关联。

assessmentActivityId?: string

属性值

string

criticalAndSecurityPatchCount

检测到为可用但尚未安装的关键或安全修补程序的数量。

criticalAndSecurityPatchCount?: number

属性值

number

error

执行作期间遇到的错误。 详细信息数组包含它们的列表。

error?: ApiErrorOutput

属性值

lastModifiedTime

作开始时的 UTC 时间戳。

lastModifiedTime?: string

属性值

string

otherPatchCount

排除关键和安全性的所有可用修补程序的数量。

otherPatchCount?: number

属性值

number

rebootPending

VM 的总体重启状态。 当部分安装的修补程序需要重新启动才能完成安装,但尚未重新启动时,情况将属实。

rebootPending?: boolean

属性值

boolean

startTime

作开始时的 UTC 时间戳。

startTime?: string

属性值

string

status

作的总体成功或失败状态。 在作完成之前,它将保持“InProgress”。 此时,它将变为“Unknown”、“Failed”、“Succeeded”或“CompletedWithWarnings”。

status?: "Unknown" | "Failed" | "Succeeded" | "InProgress" | "CompletedWithWarnings"

属性值

"Unknown" | "Failed" | "Succeeded" | "InProgress" | "CompletedWithWarnings"