/// <summary>
 /// Retrieves all the backups in a device. Can be used to get the backups for
 /// failover also.
 /// </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 <Backup> ListByDeviceNext(this IBackupsOperations operations, string nextPageLink)
 {
     return(operations.ListByDeviceNextAsync(nextPageLink).GetAwaiter().GetResult());
 }