Partager via


ShareSubscriptionResource.GetConsumerSourceDataSetsAsync Méthode

Définition

Obtenir les dataSets sources d’un shareSubscription

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/consumerSourceDataSets
  • IdConsumerSourceDataSets_ListByShareSubscription d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataShare.Models.ConsumerSourceDataSet> GetConsumerSourceDataSetsAsync (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConsumerSourceDataSetsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataShare.Models.ConsumerSourceDataSet>
override this.GetConsumerSourceDataSetsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataShare.Models.ConsumerSourceDataSet>
Public Overridable Function GetConsumerSourceDataSetsAsync (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumerSourceDataSet)

Paramètres

skipToken
String

Jeton de continuation.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ConsumerSourceDataSet service pour itérer.

S’applique à