IBillingSubscriptionsOperations Interface

Definition

BillingSubscriptionsOperations operations.

public interface IBillingSubscriptionsOperations
type IBillingSubscriptionsOperations = interface
Public Interface IBillingSubscriptionsOperations

Methods

BeginMoveWithHttpMessagesAsync(String, TransferBillingSubscriptionRequestProperties, Dictionary<String,List<String>>, 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/

GetWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingAccountWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<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/

ListByCustomerNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByCustomerWithHttpMessagesAsync(String, String, Dictionary<String,List<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/

ListByInvoiceSectionNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByInvoiceSectionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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/

MoveWithHttpMessagesAsync(String, TransferBillingSubscriptionRequestProperties, Dictionary<String,List<String>>, 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/

UpdateWithHttpMessagesAsync(String, BillingSubscription, Dictionary<String,List<String>>, 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.

ValidateMoveWithHttpMessagesAsync(String, TransferBillingSubscriptionRequestProperties, Dictionary<String,List<String>>, 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/

Extension 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