Compartir a través de


WebSiteSlotResource.ResetSlotConfigurationSlotAsync(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}/slots/{slot}/resetSlotConfig
  • IdWebApps_ResetSlotConfigurationSlot de operación
public virtual System.Threading.Tasks.Task<Azure.Response> ResetSlotConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ResetSlotConfigurationSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ResetSlotConfigurationSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ResetSlotConfigurationSlotAsync (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