Partilhar via


WebSiteResource.ApplySlotConfigToProduction Método

Definição

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/applySlotConfig
  • IdWebApps_ApplySlotConfigToProduction de operação
public virtual Azure.Response ApplySlotConfigToProduction (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplySlotConfigToProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.Response
override this.ApplySlotConfigToProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function ApplySlotConfigToProduction (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As 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