Partager via


WebTestsOperationsExtensions.ListByComponentNextAsync Méthode

Définition

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

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

Paramètres

operations
IWebTestsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à