Share via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to