Compartir a través de


ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscriptionNextAsync Método

Definición

Obtiene los conjuntos de datos de origen de una suscripción de 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))

Parámetros

operations
IConsumerSourceDataSetsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtener dataSets de origen de una suscripción de shareSubscription

Se aplica a