Language

LoadTesting.LoadTestsListBySubscriptionWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.ILoadTestResourcePageList> LoadTestsListBySubscriptionWithResult(string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.ISendAsync sender);
member this.LoadTestsListBySubscriptionWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.ILoadTestResourcePageList>
Public Function LoadTestsListBySubscriptionWithResult (subscriptionId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ILoadTestResourcePageList)

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to