Compartir a través de


WebTestsOperationsExtensions.ListNext(IWebTestsOperations, String) Método

Definición

Obtenga todas las definiciones de alertas de prueba web de Application Insights dentro de una suscripción.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest> ListNext (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>
<Extension()>
Public Function ListNext (operations As IWebTestsOperations, nextPageLink As String) As IPage(Of WebTest)

Parámetros

operations
IWebTestsOperations

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

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a