Freigeben über


WebTestsOperationsExtensions.ListNextAsync Methode

Definition

Rufen Sie alle Application Insights-Webtestwarnungsdefinitionen innerhalb eines Abonnements ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>> ListNextAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : 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 ListNextAsync (operations As IWebTestsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WebTest))

Parameter

operations
IWebTestsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: