Freigeben über


ServerAzureADAdministratorsOperationsExtensions.ListByServerNextAsync Methode

Definition

Ruft eine Liste der Azure Active Directory-Administratoren auf einem Server ab.

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

Parameter

operations
IServerAzureADAdministratorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: