SlotSwapStatus Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SlotSwapStatus
- com.
Implements
public final class SlotSwapStatus
implements JsonSerializable<SlotSwapStatus>
The status of the last successful slot swap operation.
Constructor Summary
Constructor | Description |
---|---|
SlotSwapStatus() |
Creates an instance of Slot |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
destinationSlotName()
Get the destination |
static
Slot |
fromJson(JsonReader jsonReader)
Reads an instance of Slot |
String |
sourceSlotName()
Get the source |
Offset |
timestampUtc()
Get the timestamp |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SlotSwapStatus
public SlotSwapStatus()
Creates an instance of SlotSwapStatus class.
Method Details
destinationSlotName
public String destinationSlotName()
Get the destinationSlotName property: The destination slot of the last swap operation.
Returns:
fromJson
public static SlotSwapStatus fromJson(JsonReader jsonReader)
Reads an instance of SlotSwapStatus from the JsonReader.
Parameters:
Returns:
Throws:
sourceSlotName
public String sourceSlotName()
Get the sourceSlotName property: The source slot of the last swap operation.
Returns:
timestampUtc
public OffsetDateTime timestampUtc()
Get the timestampUtc property: The time the last successful slot swap completed.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java