Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Microsoft.Billing billingAccounts/billingProfiles/policies
Bicep resource definition
The billingAccounts/billingProfiles/policies resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Billing/billingAccounts/billingProfiles/policies resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01' = {
parent: resourceSymbolicName
name: 'default'
properties: {
enterpriseAgreementPolicies: {
accountOwnerViewCharges: 'string'
authenticationType: 'string'
departmentAdminViewCharges: 'string'
}
invoiceSectionLabelManagement: 'string'
marketplacePurchases: 'string'
policies: [
{
name: 'string'
policyType: 'string'
scope: 'string'
value: 'string'
}
]
reservationPurchases: 'string'
savingsPlanPurchases: 'string'
viewCharges: 'string'
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.Billing/billingAccounts/billingProfiles/policies
| Name | Description | Value |
|---|---|---|
| name | The resource name | 'default' (required) |
| parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: billingAccounts/billingProfiles |
| properties | A policy at billing profile scope. | BillingProfilePolicyProperties |
| tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
BillingProfilePolicyProperties
| Name | Description | Value |
|---|---|---|
| enterpriseAgreementPolicies | The policies for Enterprise Agreement enrollments. | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
| invoiceSectionLabelManagement | The policy that controls invoice section label management at invoice section scope. This is allowed by default. | 'Allowed' 'NotAllowed' 'Other' |
| marketplacePurchases | The policy that controls whether Azure marketplace purchases are allowed. | 'AllAllowed' 'Disabled' 'NotAllowed' 'OnlyFreeAllowed' 'Other' |
| policies | List of all policies defined at the billing scope. | PolicySummary[] |
| reservationPurchases | The policy that controls whether Azure reservation purchases are allowed. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| savingsPlanPurchases | The policy that controls whether users with Azure savings plan purchase are allowed. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| viewCharges | The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices. | 'Allowed' 'NotAllowed' 'Other' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
| Name | Description | Value |
|---|---|---|
| accountOwnerViewCharges | The policy that controls whether account owner can view charges. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| authenticationType | The state showing the enrollment auth level. | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' 'Other' |
| departmentAdminViewCharges | The policy that controls whether department admin can view charges. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
BillingProfilePolicyTags
| Name | Description | Value |
|---|
PolicySummary
| Name | Description | Value |
|---|---|---|
| name | The name of the policy. | string |
| policyType | The type of the policy. | 'Other' 'SystemControlled' 'UserControlled' |
| scope | The scope at which the policy is defined. | string |
| value | The value of the policy. | string |
ARM template resource definition
The billingAccounts/billingProfiles/policies resource type can be deployed with operations that target:
- Tenant - See tenant deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Billing/billingAccounts/billingProfiles/policies resource, add the following JSON to your template.
{
"type": "Microsoft.Billing/billingAccounts/billingProfiles/policies",
"apiVersion": "2024-04-01",
"name": "string",
"properties": {
"enterpriseAgreementPolicies": {
"accountOwnerViewCharges": "string",
"authenticationType": "string",
"departmentAdminViewCharges": "string"
},
"invoiceSectionLabelManagement": "string",
"marketplacePurchases": "string",
"policies": [
{
"name": "string",
"policyType": "string",
"scope": "string",
"value": "string"
}
],
"reservationPurchases": "string",
"savingsPlanPurchases": "string",
"viewCharges": "string"
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.Billing/billingAccounts/billingProfiles/policies
| Name | Description | Value |
|---|---|---|
| apiVersion | The api version | '2024-04-01' |
| name | The resource name | 'default' (required) |
| properties | A policy at billing profile scope. | BillingProfilePolicyProperties |
| tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
| type | The resource type | 'Microsoft.Billing/billingAccounts/billingProfiles/policies' |
BillingProfilePolicyProperties
| Name | Description | Value |
|---|---|---|
| enterpriseAgreementPolicies | The policies for Enterprise Agreement enrollments. | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
| invoiceSectionLabelManagement | The policy that controls invoice section label management at invoice section scope. This is allowed by default. | 'Allowed' 'NotAllowed' 'Other' |
| marketplacePurchases | The policy that controls whether Azure marketplace purchases are allowed. | 'AllAllowed' 'Disabled' 'NotAllowed' 'OnlyFreeAllowed' 'Other' |
| policies | List of all policies defined at the billing scope. | PolicySummary[] |
| reservationPurchases | The policy that controls whether Azure reservation purchases are allowed. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| savingsPlanPurchases | The policy that controls whether users with Azure savings plan purchase are allowed. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| viewCharges | The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices. | 'Allowed' 'NotAllowed' 'Other' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
| Name | Description | Value |
|---|---|---|
| accountOwnerViewCharges | The policy that controls whether account owner can view charges. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| authenticationType | The state showing the enrollment auth level. | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' 'Other' |
| departmentAdminViewCharges | The policy that controls whether department admin can view charges. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
BillingProfilePolicyTags
| Name | Description | Value |
|---|
PolicySummary
| Name | Description | Value |
|---|---|---|
| name | The name of the policy. | string |
| policyType | The type of the policy. | 'Other' 'SystemControlled' 'UserControlled' |
| scope | The scope at which the policy is defined. | string |
| value | The value of the policy. | string |
Usage Examples
Terraform (AzAPI provider) resource definition
The billingAccounts/billingProfiles/policies resource type can be deployed with operations that target:
- Tenant
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Billing/billingAccounts/billingProfiles/policies resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01"
name = "string"
parent_id = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
enterpriseAgreementPolicies = {
accountOwnerViewCharges = "string"
authenticationType = "string"
departmentAdminViewCharges = "string"
}
invoiceSectionLabelManagement = "string"
marketplacePurchases = "string"
policies = [
{
name = "string"
policyType = "string"
scope = "string"
value = "string"
}
]
reservationPurchases = "string"
savingsPlanPurchases = "string"
viewCharges = "string"
}
}
}
Property Values
Microsoft.Billing/billingAccounts/billingProfiles/policies
| Name | Description | Value |
|---|---|---|
| name | The resource name | 'default' (required) |
| parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: billingAccounts/billingProfiles |
| properties | A policy at billing profile scope. | BillingProfilePolicyProperties |
| tags | Resource tags | Dictionary of tag names and values. |
| type | The resource type | "Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01" |
BillingProfilePolicyProperties
| Name | Description | Value |
|---|---|---|
| enterpriseAgreementPolicies | The policies for Enterprise Agreement enrollments. | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
| invoiceSectionLabelManagement | The policy that controls invoice section label management at invoice section scope. This is allowed by default. | 'Allowed' 'NotAllowed' 'Other' |
| marketplacePurchases | The policy that controls whether Azure marketplace purchases are allowed. | 'AllAllowed' 'Disabled' 'NotAllowed' 'OnlyFreeAllowed' 'Other' |
| policies | List of all policies defined at the billing scope. | PolicySummary[] |
| reservationPurchases | The policy that controls whether Azure reservation purchases are allowed. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| savingsPlanPurchases | The policy that controls whether users with Azure savings plan purchase are allowed. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| viewCharges | The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices. | 'Allowed' 'NotAllowed' 'Other' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
| Name | Description | Value |
|---|---|---|
| accountOwnerViewCharges | The policy that controls whether account owner can view charges. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
| authenticationType | The state showing the enrollment auth level. | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' 'Other' |
| departmentAdminViewCharges | The policy that controls whether department admin can view charges. | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
BillingProfilePolicyTags
| Name | Description | Value |
|---|
PolicySummary
| Name | Description | Value |
|---|---|---|
| name | The name of the policy. | string |
| policyType | The type of the policy. | 'Other' 'SystemControlled' 'UserControlled' |
| scope | The scope at which the policy is defined. | string |
| value | The value of the policy. | string |
Feedback
Was this page helpful?
