Freigeben über


TenantAccessOperationsExtensions.ListByServiceNextAsync Methode

Definition

Gibt eine Liste der Zugriffsinformationen für Git- und Verwaltungsendpunkte zurück.

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

Parameter

operations
ITenantAccessOperations

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: