Ejemplo n.º 1
0
 /// <summary>
 /// Lists the transactions for an invoice. Transactions include purchases,
 /// refunds and Azure usage charges.
 /// <see href="https://docs.microsoft.com/en-us/rest/api/billing/" />
 /// </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 <Transaction> ListByInvoiceNext(this ITransactionsOperations operations, string nextPageLink)
 {
     return(operations.ListByInvoiceNextAsync(nextPageLink).GetAwaiter().GetResult());
 }