Freigeben über


DataSetsOperationsExtensions.ListByShareNextAsync Methode

Definition

Auflisten von DataSets in einer Freigabe.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.DataSet>> ListByShareNextAsync (this Microsoft.Azure.Management.DataShare.IDataSetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByShareNextAsync : Microsoft.Azure.Management.DataShare.IDataSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataShare.Models.DataSet>>
<Extension()>
Public Function ListByShareNextAsync (operations As IDataSetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataSet))

Parameter

operations
IDataSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Auflisten von DataSets in einer Freigabe

Gilt für: