Compartir a través de


WebSiteResource.ResetProductionSlotConfigAsync(CancellationToken) Método

Definición

Descripción para Resets the configuration settings of the current slot if they were modified by calling the API with POST.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resetSlotConfig
  • IdWebApps_ResetProductionSlotConfig de operaciones
public virtual System.Threading.Tasks.Task<Azure.Response> ResetProductionSlotConfigAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ResetProductionSlotConfigAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ResetProductionSlotConfigAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ResetProductionSlotConfigAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a