Skip to main content

vw_available_balances

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

Overview

Namevw_available_balances
TypeView
Idazure.billing.vw_available_balances

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
tags as tags,
JSON_EXTRACT(properties, '$.amount') as "amount",
JSON_EXTRACT(properties, '$.paymentsOnAccount') as "payments_on_account",
JSON_EXTRACT(properties, '$.totalPaymentsOnAccount') as "total_payments_on_account",
billingAccountName,
billingProfileName
FROM azure.billing.available_balances
WHERE billingAccountName = 'replace-me';