Partilhar via


WebSiteSlotResource.ApplySlotConfigurationSlotAsync Método

Definição

Descrição para Aplica as configurações do slot de destino ao slot atual.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/applySlotConfig
  • Operação IdWebApps_ApplySlotConfigurationSlot
public virtual System.Threading.Tasks.Task<Azure.Response> ApplySlotConfigurationSlotAsync (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplySlotConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ApplySlotConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ApplySlotConfigurationSlotAsync (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

slotSwapEntity
CsmSlotEntity

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

slotSwapEntity é nulo.

Aplica-se a