共用方式為


SharesOperationsExtensions.ListSynchronizationsNextAsync Method

Definition

List Synchronizations in a share

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ShareSynchronization>> ListSynchronizationsNextAsync (this Microsoft.Azure.Management.DataShare.ISharesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSynchronizationsNextAsync : Microsoft.Azure.Management.DataShare.ISharesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.ShareSynchronization>>
<Extension()>
Public Function ListSynchronizationsNextAsync (operations As ISharesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List synchronizations of a share

Applies to