ConsumerSourceDataSetsOperationsExtensions.ListByShareSubscriptionAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET