Share via


JobsOperationsExtensions.ListNext(IJobsOperations, String) Method

Definition

List Jobs

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Job> ListNext (this Microsoft.Azure.Management.Media.IJobsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Media.IJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Job>
<Extension()>
Public Function ListNext (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

Remarks

Lists all of the Jobs for the Transform.

Applies to