Partager via


CsmSlotEntity Constructors

Definition

Overloads

CsmSlotEntity()
CsmSlotEntity(String, Boolean)

CsmSlotEntity()

public CsmSlotEntity ();
Public Sub New ()

Applies to

CsmSlotEntity(String, Boolean)

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

Parameters

targetSlot
String
preserveVnet
Boolean

Applies to