Share via


SwapResourceProperties Constructors

Definition

Overloads

SwapResourceProperties()

Initializes a new instance of the SwapResourceProperties class.

SwapResourceProperties(Nullable<SlotType>)

Initializes a new instance of the SwapResourceProperties class.

SwapResourceProperties()

Initializes a new instance of the SwapResourceProperties class.

public SwapResourceProperties ();
Public Sub New ()

Applies to

SwapResourceProperties(Nullable<SlotType>)

Initializes a new instance of the SwapResourceProperties class.

public SwapResourceProperties (Microsoft.Azure.Management.Network.Models.SlotType? slotType = default);
new Microsoft.Azure.Management.Network.Models.SwapResourceProperties : Nullable<Microsoft.Azure.Management.Network.Models.SlotType> -> Microsoft.Azure.Management.Network.Models.SwapResourceProperties
Public Sub New (Optional slotType As Nullable(Of SlotType) = Nothing)

Parameters

slotType
Nullable<SlotType>

Specifies slot info on a cloud service. Possible values include: 'Production', 'Staging'

Applies to