Sdílet prostřednictvím


WebAppsOperationsExtensions.BeginSwapSlotWithProductionAsync Metoda

Definice

Prohodí dva sloty nasazení aplikace.

public static System.Threading.Tasks.Task BeginSwapSlotWithProductionAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
static member BeginSwapSlotWithProductionAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginSwapSlotWithProductionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

slotSwapEntity
CsmSlotEntity

Objekt JSON, který obsahuje název cílového slotu. Viz příklad.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro prohození dvou slotů nasazení aplikace

Platí pro