/// <summary>
 /// Gets all the jobs for the specified manager. With optional OData query
 /// parameters, a filtered set of jobs is returned.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <Job> ListByManagerNext(this IJobsOperations operations, string nextPageLink)
 {
     return(operations.ListByManagerNextAsync(nextPageLink).GetAwaiter().GetResult());
 }