Compartilhar via


IWebSiteOperations.ApplySlotConfigurationAsync Método

Definição

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> ApplySlotConfigurationAsync(string webSpaceName, string webSiteName, string targetSwapSlot, System.Threading.CancellationToken cancellationToken);
abstract member ApplySlotConfigurationAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function ApplySlotConfigurationAsync (webSpaceName As String, webSiteName As String, targetSwapSlot As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parâmetros

webSpaceName
String

O nome do espaço na Web.

webSiteName
String

O nome do site.

targetSwapSlot
String

O nome do slot de destino a ser trocado.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a