Skip to main content

requests_by_invoice_sections

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

Overview

Namerequests_by_invoice_sections
TypeResource
Idazure.billing.requests_by_invoice_sections

Fields

NameDatatypeDescription
propertiesobjectA request submitted by a user to manage billing. Users with an owner role on the scope can approve or decline these requests.
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, invoiceSectionNameThe list of billing requests submitted for the invoice section.

SELECT examples

The list of billing requests submitted for the invoice section.

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