InvoiceSectionsOperationsExtensions Class

Definition

Extension methods for InvoiceSectionsOperations.

public static class InvoiceSectionsOperationsExtensions
type InvoiceSectionsOperationsExtensions = class
Public Module InvoiceSectionsOperationsExtensions
Inheritance
InvoiceSectionsOperationsExtensions

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