Share via


SharesOperationsExtensions.ListSynchronizationsNext Method

Definition

List Synchronizations in a share

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ShareSynchronization> ListSynchronizationsNext (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string nextPageLink);
static member ListSynchronizationsNext : Microsoft.Azure.Management.DataShare.ISharesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ShareSynchronization>
<Extension()>
Public Function ListSynchronizationsNext (operations As ISharesOperations, nextPageLink As String) As IPage(Of ShareSynchronization)

Parameters

operations
ISharesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List synchronizations of a share

Applies to