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

UpgradeOperationHistoricalStatusInfoProperties 构造函数

定义

重载

UpgradeOperationHistoricalStatusInfoProperties()

初始化 UpgradeOperationHistoricalStatusInfoProperties 类的新实例。

UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo)

初始化 UpgradeOperationHistoricalStatusInfoProperties 类的新实例。

UpgradeOperationHistoricalStatusInfoProperties()

初始化 UpgradeOperationHistoricalStatusInfoProperties 类的新实例。

public UpgradeOperationHistoricalStatusInfoProperties ();
Public Sub New ()

适用于

UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo)

初始化 UpgradeOperationHistoricalStatusInfoProperties 类的新实例。

public UpgradeOperationHistoricalStatusInfoProperties (Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoryStatus runningStatus = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default, Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker? startedBy = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner targetImageReference = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollbackStatusInfo rollbackInfo = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfoProperties : Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoryStatus * Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker> * Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner * Microsoft.Azure.Management.Compute.Fluent.Models.RollbackStatusInfo -> Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfoProperties
Public Sub New (Optional runningStatus As UpgradeOperationHistoryStatus = Nothing, Optional progress As RollingUpgradeProgressInfo = Nothing, Optional error As ApiError = Nothing, Optional startedBy As Nullable(Of UpgradeOperationInvoker) = Nothing, Optional targetImageReference As ImageReferenceInner = Nothing, Optional rollbackInfo As RollbackStatusInfo = Nothing)

参数

runningStatus
UpgradeOperationHistoryStatus

有关升级操作的总体状态的信息。

progress
RollingUpgradeProgressInfo

处于每个状态的 VM 计数。

error
ApiError

此升级的错误详细信息(如果有)。

startedBy
Nullable<UpgradeOperationInvoker>

升级操作的调用程序。 可能的值包括:“Unknown”、“User”、“Platform”

targetImageReference
ImageReferenceInner

图像参考详细信息

rollbackInfo
RollbackStatusInfo

有关 OS 回滚(如果已执行)的信息

适用于