UpgradeOperationHistoryStatus interface

Information about the current running state of the overall upgrade.

Properties

code

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

endTime

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

startTime

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

Property Details

code

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

code?: UpgradeState

Property Value

endTime

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

endTime?: Date

Property Value

Date

startTime

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

startTime?: Date

Property Value

Date