ReservationTransactions interface

Interface representing a ReservationTransactions.

Methods

list(string, ReservationTransactionsListOptionalParams)

List of transactions for reserved instances on billing account scope

listByBillingProfile(string, string, ReservationTransactionsListByBillingProfileOptionalParams)

List of transactions for reserved instances on billing account scope

Method Details

list(string, ReservationTransactionsListOptionalParams)

List of transactions for reserved instances on billing account scope

function list(billingAccountId: string, options?: ReservationTransactionsListOptionalParams): PagedAsyncIterableIterator<ReservationTransaction, ReservationTransaction[], PageSettings>

Parameters

billingAccountId

string

BillingAccount ID

options
ReservationTransactionsListOptionalParams

The options parameters.

Returns

listByBillingProfile(string, string, ReservationTransactionsListByBillingProfileOptionalParams)

List of transactions for reserved instances on billing account scope

function listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: ReservationTransactionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<ModernReservationTransaction, ModernReservationTransaction[], PageSettings>

Parameters

billingAccountId

string

BillingAccount ID

billingProfileId

string

Azure Billing Profile ID.

Returns