Freigeben über


ApiDiagnosticOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet alle Diagnosen einer API auf

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

Parameter

operations
IApiDiagnosticOperations

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: