Freigeben über


ServerAzureADAdministratorsOperationsExtensions.ListByServerNext Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator> ListByServerNext (this Microsoft.Azure.Management.Sql.IServerAzureADAdministratorsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IServerAzureADAdministratorsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator>
<Extension()>
Public Function ListByServerNext (operations As IServerAzureADAdministratorsOperations, nextPageLink As String) As IPage(Of ServerAzureADAdministrator)

Parameter

operations
IServerAzureADAdministratorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Gilt für: