通过


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

LastPatchInstallationSummaryOutput interface

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

属性

error

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

excludedPatchCount

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

failedPatchCount

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

installationActivityId

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

installedPatchCount

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

lastModifiedTime

作开始时的 UTC 时间戳。

maintenanceWindowExceeded

描述作是否在完成其所有预期作之前的时间不足

notSelectedPatchCount

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

pendingPatchCount

修补程序安装作过程中应安装的所有可用修补程序的数量。

startTime

作开始时的 UTC 时间戳。

status

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

属性详细信息

error

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

error?: ApiErrorOutput

属性值

excludedPatchCount

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

excludedPatchCount?: number

属性值

number

failedPatchCount

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

failedPatchCount?: number

属性值

number

installationActivityId

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

installationActivityId?: string

属性值

string

installedPatchCount

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

installedPatchCount?: number

属性值

number

lastModifiedTime

作开始时的 UTC 时间戳。

lastModifiedTime?: string

属性值

string

maintenanceWindowExceeded

描述作是否在完成其所有预期作之前的时间不足

maintenanceWindowExceeded?: boolean

属性值

boolean

notSelectedPatchCount

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

notSelectedPatchCount?: number

属性值

number

pendingPatchCount

修补程序安装作过程中应安装的所有可用修补程序的数量。

pendingPatchCount?: number

属性值

number

startTime

作开始时的 UTC 时间戳。

startTime?: string

属性值

string

status

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

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

属性值

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