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

UpgradeOperationHistoricalStatusInfoProperties Constructors

Definition

Overloads

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

UpgradeOperationHistoricalStatusInfoProperties()

public UpgradeOperationHistoricalStatusInfoProperties ();
Public Sub New ()

Applies to

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

public UpgradeOperationHistoricalStatusInfoProperties (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationHistoryStatus runningStatus = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError error = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationInvoker? startedBy = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference targetImageReference = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollbackStatusInfo rollbackInfo = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationHistoricalStatusInfoProperties : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationHistoryStatus * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationInvoker> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollbackStatusInfo -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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 ImageReference = Nothing, Optional rollbackInfo As RollbackStatusInfo = Nothing)

Parameters

error
ApiError
targetImageReference
ImageReference
rollbackInfo
RollbackStatusInfo

Applies to