SlotSwapStatus Class

Definition

The status of the last successful slot swap operation.

public class SlotSwapStatus
public class SlotSwapStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.SlotSwapStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.SlotSwapStatus>
type SlotSwapStatus = class
type SlotSwapStatus = class
    interface IJsonModel<SlotSwapStatus>
    interface IPersistableModel<SlotSwapStatus>
Public Class SlotSwapStatus
Public Class SlotSwapStatus
Implements IJsonModel(Of SlotSwapStatus), IPersistableModel(Of SlotSwapStatus)
Inheritance
SlotSwapStatus
Implements

Properties

DestinationSlotName

The destination slot of the last swap operation.

SourceSlotName

The source slot of the last swap operation.

TimestampUtc

The time the last successful slot swap completed.

Explicit Interface Implementations

IJsonModel<SlotSwapStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SlotSwapStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SlotSwapStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SlotSwapStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SlotSwapStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to