CapacityModeChangeTransitionState interface
The transition state information related capacity mode change with update request.
Properties
| capacity |
End time in UTC of the last successful capacity mode change. |
| capacity |
Begin time in UTC of the capacity mode change. |
| capacity |
End time in UTC of the capacity mode change. |
| capacity |
The transition status of capacity mode. |
| current |
Indicates the current capacity mode of the account. |
| previous |
Indicates the previous capacity mode of the account before successful transition. |
Property Details
capacityModeLastSuccessfulTransitionEndTimestamp
End time in UTC of the last successful capacity mode change.
capacityModeLastSuccessfulTransitionEndTimestamp?: Date
Property Value
Date
capacityModeTransitionBeginTimestamp
Begin time in UTC of the capacity mode change.
capacityModeTransitionBeginTimestamp?: Date
Property Value
Date
capacityModeTransitionEndTimestamp
End time in UTC of the capacity mode change.
capacityModeTransitionEndTimestamp?: Date
Property Value
Date
capacityModeTransitionStatus
The transition status of capacity mode.
capacityModeTransitionStatus?: string
Property Value
string
currentCapacityMode
Indicates the current capacity mode of the account.
currentCapacityMode?: string
Property Value
string
previousCapacityMode
Indicates the previous capacity mode of the account before successful transition.
previousCapacityMode?: string
Property Value
string