Share via


LogicWorkflowRunActionScopeRepetitionCollection.GetAllAsync Method

Definition

List the workflow run action scoped repetitions.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to