IInvoicesOperations Interface

Definition

InvoicesOperations operations.

public interface IInvoicesOperations
type IInvoicesOperations = interface
Public Interface IInvoicesOperations

Methods

BeginDownloadBillingSubscriptionInvoiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a URL to download an invoice. https://docs.microsoft.com/en-us/rest/api/billing/

BeginDownloadInvoiceWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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/

DownloadBillingSubscriptionInvoiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a URL to download an invoice. https://docs.microsoft.com/en-us/rest/api/billing/

DownloadInvoiceWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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/

GetByIdWithHttpMessagesAsync(String, Dictionary<String,List<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/

GetBySubscriptionAndInvoiceIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets an invoice by subscription ID and invoice ID. https://docs.microsoft.com/en-us/rest/api/billing/

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<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/

ListByBillingAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingAccountWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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/

ListByBillingProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingProfileWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<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/

ListByBillingSubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/

ListByBillingSubscriptionWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the invoices for a subscription. https://docs.microsoft.com/en-us/rest/api/billing/

Extension 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