import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ReservationTransactions } from "../operationsInterfaces"; import { ConsumptionManagementClient } from "../consumptionManagementClient"; import { ReservationTransaction, ReservationTransactionsListOptionalParams, ModernReservationTransaction, ReservationTransactionsListByBillingProfileOptionalParams } from "../models"; /** Class containing ReservationTransactions operations. */ export declare class ReservationTransactionsImpl implements ReservationTransactions { private readonly client; /** * Initialize a new instance of the class ReservationTransactions class. * @param client Reference to the service client */ constructor(client: ConsumptionManagementClient); /** * List of transactions for reserved instances on billing account scope * @param billingAccountId BillingAccount ID * @param options The options parameters. */ list(billingAccountId: string, options?: ReservationTransactionsListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * List of transactions for reserved instances on billing account scope * @param billingAccountId BillingAccount ID * @param billingProfileId Azure Billing Profile ID. * @param options The options parameters. */ listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: ReservationTransactionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator; private listByBillingProfilePagingPage; private listByBillingProfilePagingAll; /** * List of transactions for reserved instances on billing account scope * @param billingAccountId BillingAccount ID * @param options The options parameters. */ private _list; /** * List of transactions for reserved instances on billing account scope * @param billingAccountId BillingAccount ID * @param billingProfileId Azure Billing Profile ID. * @param options The options parameters. */ private _listByBillingProfile; /** * ListNext * @param billingAccountId BillingAccount ID * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; /** * ListByBillingProfileNext * @param billingAccountId BillingAccount ID * @param billingProfileId Azure Billing Profile ID. * @param nextLink The nextLink from the previous successful call to the ListByBillingProfile method. * @param options The options parameters. */ private _listByBillingProfileNext; } //# sourceMappingURL=reservationTransactions.d.ts.map