/// <summary>
 /// Get service level tasks for a service
 /// </summary>
 /// <remarks>
 /// The services resource is the top-level resource that represents the
 /// Database Migration Service. This method returns a list of service level
 /// tasks owned by a service resource. Some tasks may have a status of Unknown,
 /// which indicates that an error occurred while querying the status of that
 /// task.
 /// </remarks>
 /// <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 <ProjectTask> ListNext(this IServiceTasksOperations operations, string nextPageLink)
 {
     return(operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult());
 }