Udostępnij przez


ApplicationInsightsManagementClient.WebTestsListByComponentWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
componentName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to