Partager via


SyncMembersOperationsExtensions.ListBySyncGroupNext Méthode

Définition

Répertorie les membres de synchronisation dans le groupe de synchronisation donné.

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

Paramètres

operations
ISyncMembersOperations

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 à