IInvoiceSectionsOperations 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.
InvoiceSectionsOperations operations.
public interface IInvoiceSectionsOperations
type IInvoiceSectionsOperations = interface
Public Interface IInvoiceSectionsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, InvoiceSection, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, InvoiceSection, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Extension Methods
BeginCreateOrUpdate(IInvoiceSectionsOperations, String, String, String, InvoiceSection) |
Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
BeginCreateOrUpdateAsync(IInvoiceSectionsOperations, String, String, String, InvoiceSection, CancellationToken) |
Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
CreateOrUpdate(IInvoiceSectionsOperations, String, String, String, InvoiceSection) |
Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
CreateOrUpdateAsync(IInvoiceSectionsOperations, String, String, String, InvoiceSection, CancellationToken) |
Creates or updates an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
Get(IInvoiceSectionsOperations, String, String, String) |
Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IInvoiceSectionsOperations, String, String, String, CancellationToken) |
Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfile(IInvoiceSectionsOperations, String, String) |
Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileAsync(IInvoiceSectionsOperations, String, String, CancellationToken) |
Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNext(IInvoiceSectionsOperations, String) |
Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNextAsync(IInvoiceSectionsOperations, String, CancellationToken) |
Lists the invoice sections that a user has access to. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Applies to
Azure SDK for .NET