Share via


SlotSwapStatus Class

Definition

The status of the last successful slot swap operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SlotSwapStatusTypeConverter))]
public class SlotSwapStatus : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISlotSwapStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SlotSwapStatusTypeConverter))>]
type SlotSwapStatus = class
    interface ISlotSwapStatus
    interface IJsonSerializable
Public Class SlotSwapStatus
Implements ISlotSwapStatus
Inheritance
SlotSwapStatus
Attributes
Implements

Constructors

SlotSwapStatus()

Creates an new SlotSwapStatus instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SlotSwapStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SlotSwapStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISlotSwapStatus.

FromJsonString(String)

Creates a new instance of SlotSwapStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SlotSwapStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to