Share via


SyncMembersOperationsExtensions.ListBySyncGroupNext Method

Definition

Lists sync members in the given sync group.

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)

Parameters

operations
ISyncMembersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to