Microsoft.Billing billingAccounts/billingProfiles/policies
Bicep 資源定義
billingAccounts/billingProfiles/policies 資源類型可以使用目標作業來部署:
- 租使用者 - 請參閱 租使用者部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Billing/billingAccounts/billingProfiles/policies 資源,請將下列 Bicep 新增至範本。
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'
}
}
屬性值
BillingProfilePolicyProperties
名字 | 描述 | 價值 |
---|---|---|
enterpriseAgreementPolicies | Enterprise 合約註冊的原則。 | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
invoiceSectionLabelManagement | 控制發票區段標籤管理在發票區段範圍的原則。 根據預設,這是允許的。 | 'Allowed' 'NotAllowed' 'Other' |
marketplacePurchases | 控制是否允許 Azure 市集購買的原則。 | 'AllAllowed' 'Disabled' 'NotAllowed' 'OnlyFreeAllowed' 'Other' |
政策 | 計費範圍中定義的所有原則清單。 | PolicySummary[] |
reservationPurchases | 控制是否允許 Azure 保留購買的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
savingsPlanPurchases | 原則,控制是否允許具有 Azure 節省方案購買的使用者。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
viewCharges | 此原則可控制客戶組織中的使用者是否可以依隨用隨付價格檢視費用。 | 'Allowed' 'NotAllowed' 'Other' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
名字 | 描述 | 價值 |
---|---|---|
accountOwnerViewCharges | 控制帳戶擁有者是否可以檢視費用的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
authenticationType | 顯示註冊驗證層級的狀態。 | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' 'Other' |
departmentAdminViewCharges | 控制部門管理員是否可以檢視費用的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
Microsoft.Billing/billingAccounts/billingProfiles/policies
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:billingAccounts/billingProfiles |
性能 | 計費配置檔範圍的原則。 | BillingProfilePolicyProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
PolicySummary
名字 | 描述 | 價值 |
---|---|---|
名字 | 原則的名稱。 | 字串 |
policyType | 原則的類型。 | 'Other' 'SystemControlled' 'UserControlled' |
範圍 | 定義原則的範圍。 | 字串 |
價值 | 原則的值。 | 字串 |
ProxyResourceWithTags
名字 | 描述 | 價值 |
---|
ARM 樣本資源定義
billingAccounts/billingProfiles/policies 資源類型可以使用目標作業來部署:
- 租使用者 - 請參閱 租使用者部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Billing/billingAccounts/billingProfiles/policies 資源,請將下列 JSON 新增至範本。
{
"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"
}
}
屬性值
BillingProfilePolicyProperties
名字 | 描述 | 價值 |
---|---|---|
enterpriseAgreementPolicies | Enterprise 合約註冊的原則。 | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
invoiceSectionLabelManagement | 控制發票區段標籤管理在發票區段範圍的原則。 根據預設,這是允許的。 | 'Allowed' 'NotAllowed' 'Other' |
marketplacePurchases | 控制是否允許 Azure 市集購買的原則。 | 'AllAllowed' 'Disabled' 'NotAllowed' 'OnlyFreeAllowed' 'Other' |
政策 | 計費範圍中定義的所有原則清單。 | PolicySummary[] |
reservationPurchases | 控制是否允許 Azure 保留購買的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
savingsPlanPurchases | 原則,控制是否允許具有 Azure 節省方案購買的使用者。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
viewCharges | 此原則可控制客戶組織中的使用者是否可以依隨用隨付價格檢視費用。 | 'Allowed' 'NotAllowed' 'Other' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
名字 | 描述 | 價值 |
---|---|---|
accountOwnerViewCharges | 控制帳戶擁有者是否可以檢視費用的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
authenticationType | 顯示註冊驗證層級的狀態。 | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' 'Other' |
departmentAdminViewCharges | 控制部門管理員是否可以檢視費用的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
Microsoft.Billing/billingAccounts/billingProfiles/policies
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2024-04-01' |
名字 | 資源名稱 | 'default' (必要) |
性能 | 計費配置檔範圍的原則。 | BillingProfilePolicyProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Billing/billingAccounts/billingProfiles/policies' |
PolicySummary
名字 | 描述 | 價值 |
---|---|---|
名字 | 原則的名稱。 | 字串 |
policyType | 原則的類型。 | 'Other' 'SystemControlled' 'UserControlled' |
範圍 | 定義原則的範圍。 | 字串 |
價值 | 原則的值。 | 字串 |
ProxyResourceWithTags
名字 | 描述 | 價值 |
---|
Terraform (AzAPI 提供者) 資源定義
billingAccounts/billingProfiles/policies 資源類型可以使用目標作業來部署:
- 租使用者
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Billing/billingAccounts/billingProfiles/policies 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01"
name = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
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"
}
})
}
屬性值
BillingProfilePolicyProperties
名字 | 描述 | 價值 |
---|---|---|
enterpriseAgreementPolicies | Enterprise 合約註冊的原則。 | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
invoiceSectionLabelManagement | 控制發票區段標籤管理在發票區段範圍的原則。 根據預設,這是允許的。 | 'Allowed' 'NotAllowed' 'Other' |
marketplacePurchases | 控制是否允許 Azure 市集購買的原則。 | 'AllAllowed' 'Disabled' 'NotAllowed' 'OnlyFreeAllowed' 'Other' |
政策 | 計費範圍中定義的所有原則清單。 | PolicySummary[] |
reservationPurchases | 控制是否允許 Azure 保留購買的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
savingsPlanPurchases | 原則,控制是否允許具有 Azure 節省方案購買的使用者。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
viewCharges | 此原則可控制客戶組織中的使用者是否可以依隨用隨付價格檢視費用。 | 'Allowed' 'NotAllowed' 'Other' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
名字 | 描述 | 價值 |
---|---|---|
accountOwnerViewCharges | 控制帳戶擁有者是否可以檢視費用的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
authenticationType | 顯示註冊驗證層級的狀態。 | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' 'Other' |
departmentAdminViewCharges | 控制部門管理員是否可以檢視費用的原則。 | 'Allowed' 'Disabled' 'NotAllowed' 'Other' |
Microsoft.Billing/billingAccounts/billingProfiles/policies
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 'default' (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:billingAccounts/billingProfiles |
性能 | 計費配置檔範圍的原則。 | BillingProfilePolicyProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01” |
PolicySummary
名字 | 描述 | 價值 |
---|---|---|
名字 | 原則的名稱。 | 字串 |
policyType | 原則的類型。 | 'Other' 'SystemControlled' 'UserControlled' |
範圍 | 定義原則的範圍。 | 字串 |
價值 | 原則的值。 | 字串 |
ProxyResourceWithTags
名字 | 描述 | 價值 |
---|