SiteWorkflowCollection.GetAllAsync(CancellationToken) Method

Definition

List the workflows for a web site, or a deployment slot.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to