Dela via


WebAppsOperationsExtensions.SwapSlotSlotAsync Metod

Definition

Växlar två distributionsplatser för en app.

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

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

slotSwapEntity
CsmSlotEntity

JSON-objekt som innehåller målplatsens namn. Se exempel.

slot
String

Namnet på källplatsen. Om inget fack anges används produktionsplatsen som källplats.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Växlar två distributionsplatser för en app.

Gäller för