Class SlotSwapStatus
java.lang.Object
com.microsoft.azure.management.appservice.SlotSwapStatus
The status of the last successful slot swap operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the destination slot of the last swap operation.Get the source slot of the last swap operation.org.joda.time.DateTime
Get the time the last successful slot swap completed.
-
Constructor Details
-
SlotSwapStatus
public SlotSwapStatus()
-
-
Method Details
-
timestampUtc
public org.joda.time.DateTime timestampUtc()Get the time the last successful slot swap completed.- Returns:
- the timestampUtc value
-
sourceSlotName
Get the source slot of the last swap operation.- Returns:
- the sourceSlotName value
-
destinationSlotName
Get the destination slot of the last swap operation.- Returns:
- the destinationSlotName value
-