CsmSlotEntity Constructors

Definition

Overloads

CsmSlotEntity()

Initializes a new instance of the CsmSlotEntity class.

CsmSlotEntity(String, Boolean)

Initializes a new instance of the CsmSlotEntity class.

CsmSlotEntity()

Initializes a new instance of the CsmSlotEntity class.

public CsmSlotEntity ();
Public Sub New ()

Applies to

CsmSlotEntity(String, Boolean)

Initializes a new instance of the CsmSlotEntity class.

public CsmSlotEntity (string targetSlot, bool preserveVnet);
new Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity : string * bool -> Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity
Public Sub New (targetSlot As String, preserveVnet As Boolean)

Parameters

targetSlot
String

Destination deployment slot during swap operation.

preserveVnet
Boolean

<code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>.

Applies to