共用方式為


DataSourcesOperationsExtensions.ListByWorkspaceNextAsync Method

Definition

Gets the first page of data source instances in a workspace with the link to the next page.

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))

Parameters

operations
IDataSourcesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to