Class SlotSwapStatus
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.SlotSwapStatus
-
public final 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 destinationSlotName property: The destination slot of the last swap operation.StringsourceSlotName()Get the sourceSlotName property: The source slot of the last swap operation.OffsetDateTimetimestampUtc()Get the timestampUtc property: The time the last successful slot swap completed.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
timestampUtc
public OffsetDateTime timestampUtc()
Get the timestampUtc property: The time the last successful slot swap completed.- Returns:
- the timestampUtc value.
-
sourceSlotName
public String sourceSlotName()
Get the sourceSlotName property: The source slot of the last swap operation.- Returns:
- the sourceSlotName value.
-
destinationSlotName
public String destinationSlotName()
Get the destinationSlotName property: The destination slot of the last swap operation.- Returns:
- the destinationSlotName value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-