ChaosExperimentExecutionCollection.GetAllAsync(CancellationToken) Method

Definition

Get a list of executions of an Experiment resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions.
  • Operation Id. : ExperimentExecutions_ListAllExecutions.
  • Default Api Version. : 2026-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentExecutionResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentExecutionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentExecutionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChaosExperimentExecutionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to