SlotSwapStatus Constructors

Definition

Overloads

SlotSwapStatus()

Initializes a new instance of the SlotSwapStatus class.

SlotSwapStatus(Nullable<DateTime>, String, String)

Initializes a new instance of the SlotSwapStatus class.

SlotSwapStatus()

Initializes a new instance of the SlotSwapStatus class.

public SlotSwapStatus ();
Public Sub New ()

Applies to

SlotSwapStatus(Nullable<DateTime>, String, String)

Initializes a new instance of the SlotSwapStatus class.

public SlotSwapStatus (DateTime? timestampUtc = default, string sourceSlotName = default, string destinationSlotName = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SlotSwapStatus : Nullable<DateTime> * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.SlotSwapStatus
Public Sub New (Optional timestampUtc As Nullable(Of DateTime) = Nothing, Optional sourceSlotName As String = Nothing, Optional destinationSlotName As String = Nothing)

Parameters

timestampUtc
Nullable<DateTime>

The time the last successful slot swap completed.

sourceSlotName
String

The source slot of the last swap operation.

destinationSlotName
String

The destination slot of the last swap operation.

Applies to