subscriptions_by_invoice_sections
Creates, updates, deletes, gets or lists a subscriptions_by_invoice_sections
resource.
Overview
Name | subscriptions_by_invoice_sections |
Type | Resource |
Id | azure.billing.subscriptions_by_invoice_sections |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The billing properties of a subscription. |
tags | object | Dictionary 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
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | billingAccountName, billingProfileName, invoiceSectionName | Lists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. |
SELECT
examples
Lists the subscriptions that are billed to an invoice section. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.
SELECT
properties,
tags
FROM azure.billing.subscriptions_by_invoice_sections
WHERE billingAccountName = '{{ billingAccountName }}'
AND billingProfileName = '{{ billingProfileName }}'
AND invoiceSectionName = '{{ invoiceSectionName }}';