Compartir a través de


WebTestsOperationsExtensions.ListByComponentAsync Método

Definición

Obtenga todas las pruebas web de Application Insights definidas para el componente especificado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>> ListByComponentAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string componentName, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByComponentAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>>
<Extension()>
Public Function ListByComponentAsync (operations As IWebTestsOperations, componentName As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WebTest))

Parámetros

operations
IWebTestsOperations

El grupo de operaciones de este método de extensión.

componentName
String

Nombre del recurso de componente de Application Insights.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a