IBillingAccountsOperations 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.
BillingAccountsOperations operations.
public interface IBillingAccountsOperations
type IBillingAccountsOperations = interface
Public Interface IBillingAccountsOperations
Methods
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
Azure SDK for .NET