Partager via


ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscriptionNextAsync Méthode

Définition

Obtenir les dataSets sources d’un shareSubscription.

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

Paramètres

operations
IConsumerSourceDataSetsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenir les dataSets sources d’un shareSubscription

S’applique à