UpgradeOperationHistoricalStatusInfoProperties Constructors

Definition

Overloads

UpgradeOperationHistoricalStatusInfoProperties()

Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class.

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

Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class.

UpgradeOperationHistoricalStatusInfoProperties()

Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class.

public UpgradeOperationHistoricalStatusInfoProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class.

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

runningStatus
UpgradeOperationHistoryStatus

Information about the overall status of the upgrade operation.

progress
RollingUpgradeProgressInfo

Counts of the VMs in each state.

error
ApiError

Error Details for this upgrade if there are any.

startedBy
Nullable<UpgradeOperationInvoker>

Invoker of the Upgrade Operation. Possible values include: 'Unknown', 'User', 'Platform'

targetImageReference
ImageReference

Image Reference details

rollbackInfo
RollbackStatusInfo

Information about OS rollback if performed

Applies to