Freigeben über


LogicWorkflowRunActionRepetitionRequestHistoryCollection.GetAllAsync Methode

Definition

Listen Sie einen Workflowausführungs-Wiederholungsanforderungsverlauf auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der LogicWorkflowRunActionRepetitionRequestHistoryResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: