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

AvailablePatchSummary 类

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

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.compute._serialization.Model
AvailablePatchSummary

构造函数

AvailablePatchSummary(**kwargs: Any)

变量

名称 说明
status

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

assessment_activity_id
str

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

reboot_pending

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

critical_and_security_patch_count
int

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

other_patch_count
int

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

start_time

操作开始时的 UTC 时间戳。

last_modified_time

操作开始时的 UTC 时间戳。

error

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