WorkflowRunActionRepetitionCollection.GetAll(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.Pageable<Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WorkflowRunActionRepetitionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to