Partager via


WebSiteResource.SwapSlotWithProductionAsync Méthode

Définition

Description des permutations de deux emplacements de déploiement d’une application.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsswap
  • IdWebApps_SwapSlotWithProduction d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> SwapSlotWithProductionAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
abstract member SwapSlotWithProductionAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.SwapSlotWithProductionAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function SwapSlotWithProductionAsync (waitUntil As WaitUntil, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

slotSwapEntity
CsmSlotEntity

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

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

slotSwapEntity a la valeur null.

S’applique à