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: Experiments_ListAllExecutions
  • Default Api Version: 2024-01-01
  • Resource: ChaosExperimentExecutionResource
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

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

Applies to