你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AvailablePatchSummary 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AvailablePatchSummary() |
初始化 AvailablePatchSummary 类的新实例。 |
AvailablePatchSummary(PatchOperationStatus, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError) |
初始化 AvailablePatchSummary 类的新实例。 |
AvailablePatchSummary()
初始化 AvailablePatchSummary 类的新实例。
public AvailablePatchSummary ();
Public Sub New ()
适用于
AvailablePatchSummary(PatchOperationStatus, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError)
初始化 AvailablePatchSummary 类的新实例。
public AvailablePatchSummary (Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus status = default, string assessmentActivityId = default, bool? rebootPending = default, int? criticalAndSecurityPatchCount = default, int? otherPatchCount = default, DateTime? startTime = default, DateTime? lastModifiedTime = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.AvailablePatchSummary : Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError -> Microsoft.Azure.Management.Compute.Fluent.Models.AvailablePatchSummary
Public Sub New (Optional status As PatchOperationStatus = Nothing, Optional assessmentActivityId As String = Nothing, Optional rebootPending As Nullable(Of Boolean) = Nothing, Optional criticalAndSecurityPatchCount As Nullable(Of Integer) = Nothing, Optional otherPatchCount As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional error As ApiError = Nothing)
参数
- status
- PatchOperationStatus
操作的总体成功或失败状态。 在操作完成之前,它将保持“InProgress”。 此时,它将变为“Failed”、“Succeeded”或“CompletedWithWarnings”。 可能的值包括:“InProgress”、“Failed”、“Succeeded”、“CompletedWithWarnings”
- assessmentActivityId
- String
生成此结果的操作的活动 ID。 它用于跨 CRP 和扩展日志进行关联。
- error
- ApiError
执行操作期间遇到的错误。 details 数组包含它们的列表。