Delen via


JobOperationsExtensions.ListNext(IJobOperations, String) Method

Definition

Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> ListNext (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string nextPageLink);
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic> ListNext (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>
static member ListNext : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>
<Extension()>
Public Function ListNext (operations As IJobOperations, nextPageLink As String) As IPage(Of JobInformation)
<Extension()>
Public Function ListNext (operations As IJobOperations, nextPageLink As String) As IPage(Of JobInformationBasic)

Parameters

operations
IJobOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to