Skip to main content

subscriptions

Overview

Namesubscriptions
TypeResource
Idazure.billing.subscriptions

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource name.
propertiesobjectThe billing properties of a subscription.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbillingAccountName, subscriptionIdGets a subscription by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement.
list_by_billing_accountSELECTbillingAccountNameLists the subscriptions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
list_by_billing_profileSELECTbillingAccountName, billingProfileNameLists 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.
list_by_customerSELECTbillingAccountName, customerNameLists the subscriptions for a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.
list_by_invoice_sectionSELECTbillingAccountName, billingProfileName, invoiceSectionNameLists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
_list_by_billing_accountEXECbillingAccountNameLists the subscriptions for a billing account. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
_list_by_billing_profileEXECbillingAccountName, billingProfileNameLists 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.
_list_by_customerEXECbillingAccountName, customerNameLists the subscriptions for a customer. The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.
_list_by_invoice_sectionEXECbillingAccountName, billingProfileName, invoiceSectionNameLists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
moveEXECbillingAccountName, subscriptionId, data__destinationInvoiceSectionIdMoves 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.
updateEXECbillingAccountName, subscriptionIdUpdates 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.
validate_moveEXECbillingAccountName, subscriptionId, data__destinationInvoiceSectionIdValidates 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.