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

LastPatchInstallationSummary 类

描述上次安装的修补程序摘要的属性。

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

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

构造函数

LastPatchInstallationSummary(**kwargs: Any)

变量

名称 说明
status

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

installation_activity_id
str

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

maintenance_window_exceeded

描述操作在完成其所有预期操作之前是否用完了时间。

not_selected_patch_count
int

所有可用修补程序的数量,但不会安装,因为它与分类或包含列表条目不匹配。

excluded_patch_count
int

所有可用修补程序的数量,但由客户指定的排除列表显式排除。

pending_patch_count
int

在修补程序安装操作过程中预期安装的所有可用修补程序的数量。

installed_patch_count
int

成功安装的修补程序计数。

failed_patch_count
int

安装失败的修补程序计数。

start_time

操作开始时的 UTC 时间戳。

last_modified_time

操作开始时的 UTC 时间戳。

error

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