SlotSwapStatus Class

Definition

The status of the last successful slot swap operation. Serialized Name: 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
    interface IJsonModel<SlotSwapStatus>
    interface IPersistableModel<SlotSwapStatus>
Public Class SlotSwapStatus
Implements IJsonModel(Of SlotSwapStatus), IPersistableModel(Of SlotSwapStatus)
Inheritance
SlotSwapStatus
Implements

Properties

Name Description
DestinationSlotName

The destination slot of the last swap operation. Serialized Name: SlotSwapStatus.destinationSlotName

SourceSlotName

The source slot of the last swap operation. Serialized Name: SlotSwapStatus.sourceSlotName

TimestampUtc

The time the last successful slot swap completed. Serialized Name: SlotSwapStatus.timestampUtc

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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