TransactionsOperationsExtensions Class
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.
Extension methods for TransactionsOperations.
public static class TransactionsOperationsExtensions
type TransactionsOperationsExtensions = class
Public Module TransactionsOperationsExtensions
- Inheritance
-
TransactionsOperationsExtensions
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