CsmSlotEntity 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
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
Azure SDK for .NET