BillingSubscriptionsOperationsExtensions Class
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.
Extension methods for BillingSubscriptionsOperations.
public static class BillingSubscriptionsOperationsExtensions
type BillingSubscriptionsOperationsExtensions = class
Public Module BillingSubscriptionsOperationsExtensions
- Inheritance
-
BillingSubscriptionsOperationsExtensions
Methods
BeginMove(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties) |
Moves a subscription's charges to a new invoice section. The new invoice section must belong to the same billing profile as the existing invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
BeginMoveAsync(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties, CancellationToken) |
Moves a subscription's charges to a new invoice section. The new invoice section must belong to the same billing profile as the existing invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Get(IBillingSubscriptionsOperations, String) |
Gets a subscription by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IBillingSubscriptionsOperations, String, CancellationToken) |
Gets a subscription by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccount(IBillingSubscriptionsOperations, String) |
Lists the subscriptions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountAsync(IBillingSubscriptionsOperations, String, CancellationToken) |
Lists the subscriptions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNext(IBillingSubscriptionsOperations, String) |
Lists the subscriptions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNextAsync(IBillingSubscriptionsOperations, String, CancellationToken) |
Lists the subscriptions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfile(IBillingSubscriptionsOperations, String, String) |
Lists the subscriptions that are billed to a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileAsync(IBillingSubscriptionsOperations, String, String, CancellationToken) |
Lists the subscriptions that are billed to a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNext(IBillingSubscriptionsOperations, String) |
Lists the subscriptions that are billed to a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingProfileNextAsync(IBillingSubscriptionsOperations, String, CancellationToken) |
Lists the subscriptions that are billed to a billing profile. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByCustomer(IBillingSubscriptionsOperations, String, String) |
Lists the subscriptions for a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByCustomerAsync(IBillingSubscriptionsOperations, String, String, CancellationToken) |
Lists the subscriptions for a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByCustomerNext(IBillingSubscriptionsOperations, String) |
Lists the subscriptions for a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByCustomerNextAsync(IBillingSubscriptionsOperations, String, CancellationToken) |
Lists the subscriptions for a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceSection(IBillingSubscriptionsOperations, String, String, String) |
Lists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceSectionAsync(IBillingSubscriptionsOperations, String, String, String, CancellationToken) |
Lists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceSectionNext(IBillingSubscriptionsOperations, String) |
Lists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByInvoiceSectionNextAsync(IBillingSubscriptionsOperations, String, CancellationToken) |
Lists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Move(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties) |
Moves a subscription's charges to a new invoice section. The new invoice section must belong to the same billing profile as the existing invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
MoveAsync(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties, CancellationToken) |
Moves a subscription's charges to a new invoice section. The new invoice section must belong to the same billing profile as the existing invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Update(IBillingSubscriptionsOperations, String, BillingSubscription) |
Updates the properties of a billing subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
UpdateAsync(IBillingSubscriptionsOperations, String, BillingSubscription, CancellationToken) |
Updates the properties of a billing subscription. Currently, cost center can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
ValidateMove(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties) |
Validates if a subscription's charges can be moved to a new invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
ValidateMoveAsync(IBillingSubscriptionsOperations, String, TransferBillingSubscriptionRequestProperties, CancellationToken) |
Validates if a subscription's charges can be moved to a new invoice section. This operation is supported for billing accounts with agreement type Microsoft Customer Agreement. https://docs.microsoft.com/en-us/rest/api/billing/ |
Applies to
Azure SDK for .NET