Compartir a través de


ShareSubscriptionResource.GetConsumerSourceDataSets Método

Definición

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

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/consumerSourceDataSets
  • IdConsumerSourceDataSets_ListByShareSubscription de operación
public virtual Azure.Pageable<Azure.ResourceManager.DataShare.Models.ConsumerSourceDataSet> GetConsumerSourceDataSets (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConsumerSourceDataSets : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataShare.Models.ConsumerSourceDataSet>
override this.GetConsumerSourceDataSets : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataShare.Models.ConsumerSourceDataSet>
Public Overridable Function GetConsumerSourceDataSets (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConsumerSourceDataSet)

Parámetros

skipToken
String

Token de continuación.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección de ConsumerSourceDataSet que puede tomar varias solicitudes de servicio para iterar.

Se aplica a