Freigeben über


ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscriptionAsync Methode

Definition

Abrufen von QuelldatenSets einer shareSubscription.

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

Parameter

operations
IConsumerSourceDataSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

accountName
String

Der Name des Freigabekontos.

shareSubscriptionName
String

Der Name der shareSubscription.

skipToken
String

Fortsetzungstoken

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Abrufen von QuelldatenSets einer ShareSubscription

Gilt für: