Share via


LogicWorkflowRunActionRepetitionCollection.GetAll(CancellationToken) Method

Definition

Get all of a workflow run action repetitions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions
  • Operation Id: WorkflowRunActionRepetitions_List
public virtual Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowRunActionRepetitionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowRunActionRepetitionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowRunActionRepetitionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LogicWorkflowRunActionRepetitionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to