你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SlotSwapStatus interface
The status of the last successful slot swap operation.
Properties
destination |
The destination slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The source slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp |
The time the last successful slot swap completed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
destinationSlotName
The destination slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.
destinationSlotName?: string
Property Value
string
sourceSlotName
The source slot of the last swap operation. NOTE: This property will not be serialized. It can only be populated by the server.
sourceSlotName?: string
Property Value
string
timestampUtc
The time the last successful slot swap completed. NOTE: This property will not be serialized. It can only be populated by the server.
timestampUtc?: Date
Property Value
Date