SlotSwapStatus Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.SlotSwapStatus

public class SlotSwapStatus

The status of the last successfull slot swap operation.

Method Summary

Modifier and Type Method and Description
String destinationSlotName()

Get the destinationSlotName value.

String sourceSlotName()

Get the sourceSlotName value.

DateTime timestampUtc()

Get the timestampUtc value.

Method Details

destinationSlotName

public String destinationSlotName()

Get the destinationSlotName value.

Returns:

the destinationSlotName value

sourceSlotName

public String sourceSlotName()

Get the sourceSlotName value.

Returns:

the sourceSlotName value

timestampUtc

public DateTime timestampUtc()

Get the timestampUtc value.

Returns:

the timestampUtc value

Applies to