JobsOperationsExtensions.ListByExperimentNext(IJobsOperations, String) Method

Definition

Gets a list of Jobs within the specified Experiment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job> ListByExperimentNext (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string nextPageLink);
static member ListByExperimentNext : Microsoft.Azure.Management.BatchAI.IJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job>
<Extension()>
Public Function ListByExperimentNext (operations As IJobsOperations, nextPageLink As String) As IPage(Of Job)

Parameters

operations
IJobsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to