InvoicesOperationsExtensions 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 InvoicesOperations.
public static class InvoicesOperationsExtensions
type InvoicesOperationsExtensions = class
Public Module InvoicesOperationsExtensions
- Inheritance
-
InvoicesOperationsExtensions
Methods
BeginDownloadBillingSubscriptionInvoice(IInvoicesOperations, String, String) |
Gets a URL to download an invoice. https://docs.microsoft.com/en-us/rest/api/billing/ |
BeginDownloadBillingSubscriptionInvoiceAsync(IInvoicesOperations, String, String, CancellationToken) |
Gets a URL to download an invoice. https://docs.microsoft.com/en-us/rest/api/billing/ |
BeginDownloadInvoice(IInvoicesOperations, String, String, String) |
Gets a URL to download an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
BeginDownloadInvoiceAsync(IInvoicesOperations, String, String, String, CancellationToken) |
Gets a URL to download an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
DownloadBillingSubscriptionInvoice(IInvoicesOperations, String, String) |
Gets a URL to download an invoice. https://docs.microsoft.com/en-us/rest/api/billing/ |
DownloadBillingSubscriptionInvoiceAsync(IInvoicesOperations, String, String, CancellationToken) |
Gets a URL to download an invoice. https://docs.microsoft.com/en-us/rest/api/billing/ |
DownloadInvoice(IInvoicesOperations, String, String, String) |
Gets a URL to download an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
DownloadInvoiceAsync(IInvoicesOperations, String, String, String, CancellationToken) |
Gets a URL to download an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Get(IInvoicesOperations, String, String) |
Gets an invoice by billing account name and ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IInvoicesOperations, String, String, CancellationToken) |
Gets an invoice by billing account name and ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetById(IInvoicesOperations, String) |
Gets an invoice by ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetByIdAsync(IInvoicesOperations, String, CancellationToken) |
Gets an invoice by ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetBySubscriptionAndInvoiceId(IInvoicesOperations, String) |
Gets an invoice by subscription ID and invoice ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetBySubscriptionAndInvoiceIdAsync(IInvoicesOperations, String, CancellationToken) |
Gets an invoice by subscription ID and invoice ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccount(IInvoicesOperations, String, String, String) |
Lists the invoices for a billing account for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountAsync(IInvoicesOperations, String, String, String, CancellationToken) |
Lists the invoices for a billing account for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNext(IInvoicesOperations, String) |
Lists the invoices for a billing account for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNextAsync(IInvoicesOperations, String, CancellationToken) |
Lists the invoices for a billing account for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfile(IInvoicesOperations, String, String, String, String) |
Lists the invoices for a billing profile for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileAsync(IInvoicesOperations, String, String, String, String, CancellationToken) |
Lists the invoices for a billing profile for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNext(IInvoicesOperations, String) |
Lists the invoices for a billing profile for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNextAsync(IInvoicesOperations, String, CancellationToken) |
Lists the invoices for a billing profile for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingSubscription(IInvoicesOperations, String, String) |
Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingSubscriptionAsync(IInvoicesOperations, String, String, CancellationToken) |
Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingSubscriptionNext(IInvoicesOperations, String) |
Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingSubscriptionNextAsync(IInvoicesOperations, String, CancellationToken) |
Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/ |
Applies to
Azure SDK for .NET