/// <summary>
 /// Lists the reservations details for provided date range.
 /// <see href="https://docs.microsoft.com/en-us/rest/api/consumption/" />
 /// </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 <ReservationDetails> ListByReservationOrderAndReservationNext(this IReservationsDetailsOperations operations, string nextPageLink)
 {
     return(operations.ListByReservationOrderAndReservationNextAsync(nextPageLink).GetAwaiter().GetResult());
 }