SlotSwapStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the last successful slot swap operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlotSwapStatusTypeConverter))]
public class SlotSwapStatus : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISlotSwapStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Functions.Models.Api20190801.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. |