Freigeben über


ShareSubscriptionsOperationsExtensions.ListSourceShareSynchronizationSettingsNextAsync Methode

Definition

Rufen Sie die Synchronisierungseinstellungen für die Quellfreigabe für eine shareSubscription ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.SourceShareSynchronizationSetting>> ListSourceShareSynchronizationSettingsNextAsync (this Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListSourceShareSynchronizationSettingsNextAsync : Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.SourceShareSynchronizationSetting>>
<Extension()>
Public Function ListSourceShareSynchronizationSettingsNextAsync (operations As IShareSubscriptionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SourceShareSynchronizationSetting))

Parameter

operations
IShareSubscriptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Abrufen von Synchronisierungseinstellungen, die für eine Freigabe festgelegt sind

Gilt für: