次の方法で共有


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 Agreement 登録のポリシー。 BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
invoiceSectionLabelManagement 請求書セクションのスコープでの請求書セクション ラベルの管理を制御するポリシー。 これは既定で許可されます。 'Allowed'
'NotAllowed'
'Other'
marketplacePurchases Azure Marketplace での購入を許可するかどうかを制御するポリシー。 '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 Agreement 登録のポリシー。 BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
invoiceSectionLabelManagement 請求書セクションのスコープでの請求書セクション ラベルの管理を制御するポリシー。 これは既定で許可されます。 'Allowed'
'NotAllowed'
'Other'
marketplacePurchases Azure Marketplace での購入を許可するかどうかを制御するポリシー。 '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 Agreement 登録のポリシー。 BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
invoiceSectionLabelManagement 請求書セクションのスコープでの請求書セクション ラベルの管理を制御するポリシー。 これは既定で許可されます。 'Allowed'
'NotAllowed'
'Other'
marketplacePurchases Azure Marketplace での購入を許可するかどうかを制御するポリシー。 '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 このリソースの親であるリソースの ID。 種類のリソースの ID: billingAccounts/billingProfiles
プロパティ 課金プロファイルスコープのポリシー。 BillingProfilePolicyProperties の
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01"

PolicySummary

名前 形容 価値
名前 ポリシーの名前。
policyType ポリシーの種類。 'Other'
'SystemControlled'
'UserControlled'
スコープ ポリシーが定義されているスコープ。
価値 ポリシーの値。

ProxyResourceWithTags

名前 形容 価値