LogicWorkflowRunActionRequestHistoryCollection.GetAllAsync Method

Definition

List a workflow run request history.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to