你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineInstallPatchesResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
安装操作的结果摘要。
public class VirtualMachineInstallPatchesResult
type VirtualMachineInstallPatchesResult = class
Public Class VirtualMachineInstallPatchesResult
- 继承
-
VirtualMachineInstallPatchesResult
构造函数
VirtualMachineInstallPatchesResult() |
初始化 VirtualMachineInstallPatchesResult 类的新实例。 |
VirtualMachineInstallPatchesResult(String, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PatchInstallationDetail>, Nullable<DateTime>, ApiError) |
初始化 VirtualMachineInstallPatchesResult 类的新实例。 |
属性
Error |
获取在执行操作期间遇到的错误。 details 数组包含它们的列表。 |
ExcludedPatchCount |
获取由于用户阻止安装而未安装的修补程序的数量。 |
FailedPatchCount |
获取由于某些问题而无法安装的修补程序数。 有关详细信息,请参阅错误。 |
InstallationActivityId |
获取生成此结果的操作的活动 ID。 它用于跨 CRP 和扩展日志进行关联。 |
InstalledPatchCount |
获取成功安装的修补程序数。 |
MaintenanceWindowExceeded |
获取操作在完成其所有预期操作之前是否用完时间。 |
NotSelectedPatchCount |
获取检测到可安装但不符合操作条件的修补程序数。 |
Patches |
获取操作期间安装的修补程序。 |
PendingPatchCount |
获取标识为符合安装条件但无法安装的修补程序数。 通常,当 maintenanceWindowExceeded == true 时,就会发生这种情况。 |
RebootStatus |
获取完成操作后 VM 的重新启动状态。 可能的值包括:“Unknown”、“NotNeeded”、“Required”、“Started”、“Failed”、“Completed” |
StartDateTime |
获取操作开始时的 UTC 时间戳。 |
Status |
获取操作的总体成功或失败状态。 在操作完成之前,它将保持“InProgress”。 此时,它将变为“Failed”、“Succeeded”、“Unknown”或“CompletedWithWarnings”。 可能的值包括:“Unknown”、“InProgress”、“Failed”、“Succeeded”、“CompletedWithWarnings” |