SlotSwapStatus Constructors
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.
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.WebSites.Models.SlotSwapStatus : Nullable<DateTime> * string * string -> Microsoft.Azure.Management.WebSites.Models.SlotSwapStatus
Public Sub New (Optional timestampUtc As Nullable(Of DateTime) = Nothing, Optional sourceSlotName As String = Nothing, Optional destinationSlotName As String = Nothing)
Parameters
- sourceSlotName
- String
The source slot of the last swap operation.
- destinationSlotName
- String
The destination slot of the last swap operation.