MockableChaosSubscriptionResource.GetChaosExperimentsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource> GetChaosExperimentsAsync (bool? running = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChaosExperimentsAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource>
override this.GetChaosExperimentsAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource>
Public Overridable Function GetChaosExperimentsAsync (Optional running As Nullable(Of Boolean) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChaosExperimentResource)
Parameters
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
Azure SDK for .NET