Freigeben über


EdgeExecutionCollection.GetAllAsync(CancellationToken) Method

Definition

List Execution Resources

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}/workflows/{workflowName}/versions/{versionName}/executions
  • Operation Id: Execution_ListByWorkflowVersion
  • Default Api Version: 2025-06-01
  • Resource: EdgeExecutionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeExecutionResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeExecutionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeExecutionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeExecutionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to