WebSiteContinuousWebJobCollection.GetAllAsync(CancellationToken) Method

Definition

Description for List continuous web jobs for an app, or a deployment slot.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of WebSiteContinuousWebJobResource that may take multiple service requests to iterate over.

Applies to