Partager via


WebAppsOperationsExtensions.BeginSwapSlotWithProduction Méthode

Définition

Échange deux emplacements de déploiement d’une application.

public static void BeginSwapSlotWithProduction (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity);
static member BeginSwapSlotWithProduction : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity -> unit
<Extension()>
Public Sub BeginSwapSlotWithProduction (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity)

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom de l’application.

slotSwapEntity
CsmSlotEntity

Objet JSON qui contient le nom de l’emplacement cible. Consultez les exemples.

Remarques

Description pour Échanger deux emplacements de déploiement d’une application.

S’applique à