/// <summary>
 /// Get the next set of accounts based on the previously returned
 /// NextLink value.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Batch.IAccountOperations.
 /// </param>
 /// <param name='nextLink'>
 /// Required. NextLink from the previous successful call to List
 /// operation.
 /// </param>
 /// <returns>
 /// Values returned by the List operation.
 /// </returns>
 public static Task <BatchAccountListResponse> ListNextAsync(this IAccountOperations operations, string nextLink)
 {
     return(operations.ListNextAsync(nextLink, CancellationToken.None));
 }