Skip to main content

products_by_invoice_sections

Creates, updates, deletes, gets or lists a products_by_invoice_sections resource.

Overview

Nameproducts_by_invoice_sections
TypeResource
Idazure.billing.products_by_invoice_sections

Fields

NameDatatypeDescription
propertiesobjectA product.
tagsobjectDictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /

Methods

NameAccessible byRequired ParamsDescription
listSELECTbillingAccountName, 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.

SELECT examples

Lists 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.

SELECT
properties,
tags
FROM azure.billing.products_by_invoice_sections
WHERE billingAccountName = '{{ billingAccountName }}'
AND billingProfileName = '{{ billingProfileName }}'
AND invoiceSectionName = '{{ invoiceSectionName }}';