SlotSwapStatusOutput interface
The status of the last successful slot swap operation.
Properties
| destination |
The destination slot of the last swap operation. |
| source |
The source slot of the last swap operation. |
| timestamp |
The time the last successful slot swap completed. |
Property Details
destinationSlotName
The destination slot of the last swap operation.
destinationSlotName?: string
Property Value
string
sourceSlotName
The source slot of the last swap operation.
sourceSlotName?: string
Property Value
string
timestampUtc
The time the last successful slot swap completed.
timestampUtc?: string
Property Value
string