Package version:

Interface UpgradeOperationHistoryStatus

Information about the current running state of the overall upgrade.

interface UpgradeOperationHistoryStatus {
    code?: UpgradeState;
    endTime?: 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.

endTime?: any

End 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.