Partager via


JobAgentsOperationsExtensions.ListByServerNext Méthode

Définition

Obtient une liste d’agents de travail dans un serveur.

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

Paramètres

operations
IJobAgentsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à