IBillingAccountsOperations Interface

Definition

BillingAccountsOperations operations.

public interface IBillingAccountsOperations
type IBillingAccountsOperations = interface
Public Interface IBillingAccountsOperations

Methods

BeginUpdateWithHttpMessagesAsync(String, BillingAccountUpdateRequest, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

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

Gets a billing account by its ID. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

UpdateWithHttpMessagesAsync(String, BillingAccountUpdateRequest, Dictionary<String,List<String>>, CancellationToken)

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

Extension Methods

BeginUpdate(IBillingAccountsOperations, String, BillingAccountUpdateRequest)

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

BeginUpdateAsync(IBillingAccountsOperations, String, BillingAccountUpdateRequest, CancellationToken)

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

Get(IBillingAccountsOperations, String, String)

Gets a billing account by its ID. https://docs.microsoft.com/en-us/rest/api/billing/

GetAsync(IBillingAccountsOperations, String, String, CancellationToken)

Gets a billing account by its ID. https://docs.microsoft.com/en-us/rest/api/billing/

List(IBillingAccountsOperations, String)

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

ListAsync(IBillingAccountsOperations, String, CancellationToken)

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermission(IBillingAccountsOperations, String)

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionAsync(IBillingAccountsOperations, String, CancellationToken)

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionNext(IBillingAccountsOperations, String)

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync(IBillingAccountsOperations, String, CancellationToken)

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

ListNext(IBillingAccountsOperations, String)

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

ListNextAsync(IBillingAccountsOperations, String, CancellationToken)

Lists the billing accounts that a user has access to. https://docs.microsoft.com/en-us/rest/api/billing/

Update(IBillingAccountsOperations, String, BillingAccountUpdateRequest)

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

UpdateAsync(IBillingAccountsOperations, String, BillingAccountUpdateRequest, CancellationToken)

Updates the properties of a billing account. Currently, displayName and address can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

Applies to