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

AvailablePatchSummary 类

定义

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

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

属性

AssessmentActivityId

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

CriticalAndSecurityPatchCount

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

Error

执行操作期间遇到的错误。 details 数组包含它们的列表。

LastModifiedOn

操作开始时的 UTC 时间戳。

OtherPatchCount

所有可用修补程序的数量,不包括关键修补程序和安全性。

RebootPending

VM 的总体重启状态。 如果部分安装的修补程序需要重新启动才能完成安装,但尚未重新启动,则为 true。

StartOn

操作开始时的 UTC 时间戳。

Status

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

适用于