ServerAzureADAdministratorsOperationsExtensions.ListByServerNext Método

Definição

Obtém uma lista de administradores do Azure Active Directory em um servidor.

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)

Parâmetros

operations
IServerAzureADAdministratorsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a