Compartilhar via


ChaosExperimentCollection.GetAllAsync Method

Definition

Get a list of Experiment resources in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments
  • Operation Id: Experiments_List
  • Default Api Version: 2024-01-01
  • Resource: ChaosExperimentResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource> GetAllAsync (bool? running = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource>
override this.GetAllAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource>
Public Overridable Function GetAllAsync (Optional running As Nullable(Of Boolean) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChaosExperimentResource)

Parameters

running
Nullable<Boolean>

Optional value that indicates whether to filter results based on if the Experiment is currently running. If null, then the results will not be filtered.

continuationToken
String

String that sets the continuation token.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to