WebSiteContinuousWebJobResource.StopContinuousWebJobAsync Method

Definition

Description for Stop a continuous web job for an app, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs/{webJobName}/stop
  • Operation Id: WebApps_StopContinuousWebJob
  • Default Api Version: 2021-02-01
  • Resource: WebSiteContinuousWebJobResource
public virtual System.Threading.Tasks.Task<Azure.Response> StopContinuousWebJobAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StopContinuousWebJobAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopContinuousWebJobAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopContinuousWebJobAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to