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.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
- sourceSlotName
- String
The source slot of the last swap operation.
- destinationSlotName
- String
The destination slot of the last swap operation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET