Share via


LogicWorkflowRunActionRepetitionCollection.GetAllAsync 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.AsyncPageable<Azure.ResourceManager.Logic.LogicWorkflowRunActionRepetitionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.LogicWorkflowRunActionRepetitionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.LogicWorkflowRunActionRepetitionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LogicWorkflowRunActionRepetitionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to