Freigeben über


DataSourcesOperationsExtensions.ListByWorkspaceNextAsync Methode

Definition

Ruft die erste Seite der Datenquelleninstanzen in einem Arbeitsbereich mit dem Link zur nächsten Seite ab.

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

Parameter

operations
IDataSourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: