Chaos.ExperimentsListViaIdentityWithResult 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.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IExperimentListResult> ExperimentsListViaIdentityWithResult(string viaIdentity, bool? running, string continuationToken, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender);
member this.ExperimentsListViaIdentityWithResult : 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 ExperimentsListViaIdentityWithResult (viaIdentity As String, running As Nullable(Of Boolean), continuationToken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IExperimentListResult)
Parameters
- viaIdentity
- String
- continuationToken
- String
- eventListener
- IEventListener
- sender
- ISendAsync