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

LastPatchInstallationSummary 类

定义

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

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

构造函数

LastPatchInstallationSummary()

初始化 LastPatchInstallationSummary 类的新实例。

LastPatchInstallationSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError)

初始化 LastPatchInstallationSummary 类的新实例。

属性

Error

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

ExcludedPatchCount

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

FailedPatchCount

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

InstallationActivityId

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

InstalledPatchCount

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

LastModifiedTime

获取操作开始时的 UTC 时间戳。

MaintenanceWindowExceeded

获取描述操作在完成所有预期操作之前是否用完时间

NotSelectedPatchCount

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

PendingPatchCount

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

StartTime

获取操作开始时的 UTC 时间戳。

Status

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

适用于