ITransactionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TransactionsOperations operations.
public interface ITransactionsOperations
type ITransactionsOperations = interface
Public Interface ITransactionsOperations
Methods
ListByInvoiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/ |
Extension Methods
ListByInvoice(ITransactionsOperations, String, String) |
Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceAsync(ITransactionsOperations, String, String, CancellationToken) |
Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceNext(ITransactionsOperations, String) |
Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceNextAsync(ITransactionsOperations, String, CancellationToken) |
Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage charges. https://docs.microsoft.com/en-us/rest/api/billing/ |
Applies to
Azure SDK for .NET