/// <summary> /// Lists products by billing account name. /// <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 <ProductSummary> ListByBillingAccountNameNext(this IProductsOperations operations, string nextPageLink) { return(operations.ListByBillingAccountNameNextAsync(nextPageLink).GetAwaiter().GetResult()); }