CsmSlotEntity Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CsmSlotEntity() |
Initialise une nouvelle instance de la classe CsmSlotEntity. |
CsmSlotEntity(String, Boolean) |
Initialise une nouvelle instance de la classe CsmSlotEntity. |
CsmSlotEntity()
Initialise une nouvelle instance de la classe CsmSlotEntity.
public CsmSlotEntity ();
Public Sub New ()
S’applique à
CsmSlotEntity(String, Boolean)
Initialise une nouvelle instance de la classe CsmSlotEntity.
public CsmSlotEntity (string targetSlot, bool preserveVnet);
new Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity : string * bool -> Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity
Public Sub New (targetSlot As String, preserveVnet As Boolean)
Paramètres
- targetSlot
- String
Emplacement de déploiement de destination pendant l’opération d’échange.
- preserveVnet
- Boolean
<code>true</code> pour conserver Réseau virtuel à l’emplacement pendant l’échange ; sinon, <code>false</code>.
S’applique à
Azure SDK for .NET