/// <summary> /// Lists the products for a billing account. These don't include products /// billed based on usage. The operation is supported for billing accounts with /// agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. /// <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 <Product> ListByBillingAccountNext(this IProductsOperations operations, string nextPageLink) { return(operations.ListByBillingAccountNextAsync(nextPageLink).GetAwaiter().GetResult()); }