Package version:

Interface RollingUpgradeRunningStatus

Information about the current running state of the overall upgrade.

interface RollingUpgradeRunningStatus {
    code?: RollingUpgradeStatusCode;
    lastAction?: RollingUpgradeActionType;
    lastActionTime?: any;
    startTime?: any;
}

Properties

Code indicating the current status of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.

The last action performed on the rolling upgrade. NOTE: This property will not be serialized. It can only be populated by the server.

lastActionTime?: any

Last action time of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: any

Start time of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.