RollingUpgradeRunningStatus Class

Definition

Information about the current running state of the overall upgrade.

public class RollingUpgradeRunningStatus
type RollingUpgradeRunningStatus = class
Public Class RollingUpgradeRunningStatus
Inheritance
RollingUpgradeRunningStatus

Constructors

RollingUpgradeRunningStatus()

Initializes a new instance of the RollingUpgradeRunningStatus class.

RollingUpgradeRunningStatus(Nullable<RollingUpgradeStatusCode>, Nullable<DateTime>, Nullable<RollingUpgradeActionType>, Nullable<DateTime>)

Initializes a new instance of the RollingUpgradeRunningStatus class.

Properties

Code

Gets code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'

LastAction

Gets the last action performed on the rolling upgrade. Possible values include: 'Start', 'Cancel'

LastActionTime

Gets last action time of the upgrade.

StartTime

Gets start time of the upgrade.

Applies to