Skip to main content

billing_account_policies

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

Overview

Namebilling_account_policies
TypeResource
Idazure.subscription.billing_account_policies

Fields

NameDatatypeDescription
idtextFully qualified ID for the policy.
nametextPolicy name.
allow_transferstextfield from the properties object
billingAccountIdtextfield from the properties object
service_tenantstextfield from the properties object
system_datatextfield from the properties object
typetextResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbillingAccountIdGet Billing Account Policy.

SELECT examples

Get Billing Account Policy.

SELECT
id,
name,
allow_transfers,
billingAccountId,
service_tenants,
system_data,
type
FROM azure.subscription.vw_billing_account_policies
WHERE billingAccountId = '{{ billingAccountId }}';