Share via


MockableChaosSubscriptionResource.GetChaosExperiments Method

Definition

Get a list of Experiment resources in a subscription.

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

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

Applies to