你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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