Condividi tramite


WorkflowRunActionRepetitionCollection.GetAllAsync(CancellationToken) Method

Definition

Get all of a workflow run action repetitions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions
  • Operation Id: WorkflowRunActionRepetitions_List
  • Default Api Version: 2023-12-01
  • Resource: WorkflowRunActionRepetitionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WorkflowRunActionRepetitionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to