SlotSwapStatus Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. SlotSwapStatus
- com.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java