ChaosExtensions.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 static Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource> GetChaosExperimentsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? running = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetChaosExperimentsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Chaos.ChaosExperimentResource>
<Extension()>
Public Function GetChaosExperimentsAsync (subscriptionResource As SubscriptionResource, Optional running As Nullable(Of Boolean) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ChaosExperimentResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
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.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET