Share via


WebAppRequestHistoryCollection.GetAll(CancellationToken) Method

Definition

List a workflow run repetition request history.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories
  • Operation Id: WorkflowRunActionRepetitionsRequestHistories_List
  • Default Api Version: 2024-04-01
  • Resource: WebAppRequestHistoryResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.WebAppRequestHistoryResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebAppRequestHistoryResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebAppRequestHistoryResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppRequestHistoryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to