Compartir a través de


ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscriptionNext Método

Definición

Obtiene los conjuntos de datos de origen de una suscripción de shareSubscription.

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

Parámetros

operations
IConsumerSourceDataSetsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

Devoluciones

Comentarios

Obtención de dataSets de origen de una suscripción shareSubscription

Se aplica a