Freigeben über


ExperimentsOperationsExtensions.ListAsync Methode

Definition

Rufen Sie eine Liste der Experimentressourcen in einer Ressourcengruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.Experiment>> ListAsync (this Microsoft.Azure.Management.Chaos.IExperimentsOperations operations, string resourceGroupName, bool? running = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Chaos.IExperimentsOperations * string * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.Experiment>>
<Extension()>
Public Function ListAsync (operations As IExperimentsOperations, resourceGroupName As String, Optional running As Nullable(Of Boolean) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Experiment))

Parameter

operations
IExperimentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Zeichenfolge, die eine Azure-Ressourcengruppe darstellt.

running
Nullable<Boolean>

Optionaler Wert, der angibt, ob Ergebnisse basierend darauf gefiltert werden sollen, ob das Experiment gerade ausgeführt wird. Wenn NULL, werden die Ergebnisse nicht gefiltert.

continuationToken
String

Zeichenfolge, die das Fortsetzungstoken festlegt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: