Skip to main content

products

Overview

Nameproducts
TypeResource
Idazure.billing.products

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTbillingAccountName, productNameGets a product by ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
list_by_billing_accountSELECTbillingAccountNameLists the products for a billing account. These don't include products billed based on usage. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
list_by_billing_profileSELECTbillingAccountName, billingProfileNameLists the products for a billing profile. These don't include products billed based on usage. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
list_by_customerSELECTbillingAccountName, customerNameLists the products for a customer. These don't include products billed based on usage.The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.
list_by_invoice_sectionSELECTbillingAccountName, billingProfileName, invoiceSectionNameLists the products for an invoice section. These don't include products billed based on usage. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
_list_by_billing_accountEXECbillingAccountNameLists the products for a billing account. These don't include products billed based on usage. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
_list_by_billing_profileEXECbillingAccountName, billingProfileNameLists the products for a billing profile. These don't include products billed based on usage. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.
_list_by_customerEXECbillingAccountName, customerNameLists the products for a customer. These don't include products billed based on usage.The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.
_list_by_invoice_sectionEXECbillingAccountName, billingProfileName, invoiceSectionNameLists the products for an invoice section. These don't include products billed based on usage. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
moveEXECbillingAccountName, productNameMoves a product'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 only for products that are purchased with a recurring charge and for billing accounts with agreement type Microsoft Customer Agreement.
updateEXECbillingAccountName, productNameUpdates the properties of a Product. Currently, auto renew can be updated. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
validate_moveEXECbillingAccountName, productNameValidates if a product's charges can be moved to a new invoice section. This operation is supported only for products that are purchased with a recurring charge and for billing accounts with agreement type Microsoft Customer Agreement.