Share via


WorkflowRunActionScopeRepetitionCollection.GetAll(CancellationToken) Method

Definition

List the workflow run action scoped repetitions.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to