Class SlotSwapStatus
- java.lang.Object
-
- com.microsoft.azure.management.appservice.SlotSwapStatus
-
public class SlotSwapStatus extends Object
The status of the last successful slot swap operation.
-
-
Constructor Summary
Constructors Constructor Description SlotSwapStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdestinationSlotName()Get the destination slot of the last swap operation.StringsourceSlotName()Get the source slot of the last swap operation.org.joda.time.DateTimetimestampUtc()Get the time the last successful slot swap completed.
-
-
-
Method Detail
-
timestampUtc
public org.joda.time.DateTime timestampUtc()
Get the time the last successful slot swap completed.- Returns:
- the timestampUtc value
-
sourceSlotName
public String sourceSlotName()
Get the source slot of the last swap operation.- Returns:
- the sourceSlotName value
-
destinationSlotName
public String destinationSlotName()
Get the destination slot of the last swap operation.- Returns:
- the destinationSlotName value
-
-