IWebAppsOperations.BeginSwapSlotSlotWithHttpMessagesAsync Método

Definição

Troca dois slots de implantação de um aplicativo.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginSwapSlotSlotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginSwapSlotSlotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginSwapSlotSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parâmetros

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

slotSwapEntity
CsmSlotEntity

Objeto JSON que contém o nome do slot de destino. Confira o exemplo.

slot
String

Nome do slot de origem. Se um slot não for especificado, o slot de produção será usado como o slot de origem.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando a operação retornou um código de status inválido

Gerado quando um parâmetro necessário é nulo

Comentários

Descrição para Trocas de dois slots de implantação de um aplicativo.

Aplica-se a