Chaos.ExperimentsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentListResult> ExperimentsListWithResult(string subscriptionId, string resourceGroupName, bool? running, string continuationToken, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender);
member this.ExperimentsListWithResult : string * string * Nullable<bool> * string * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentListResult>
Public Function ExperimentsListWithResult (subscriptionId As String, resourceGroupName As String, running As Nullable(Of Boolean), continuationToken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IExperimentListResult)

Parameters

subscriptionId
String
resourceGroupName
String
running
Nullable<Boolean>
continuationToken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to