你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Billing billingAccounts/billingProfiles 2020-05-01

Bicep 资源定义

可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:

  • 租户 - 请参阅 租户部署命令

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    billTo: {
      addressLine1: 'string'
      addressLine2: 'string'
      addressLine3: 'string'
      city: 'string'
      companyName: 'string'
      country: 'string'
      district: 'string'
      email: 'string'
      firstName: 'string'
      lastName: 'string'
      middleName: 'string'
      phoneNumber: 'string'
      postalCode: 'string'
      region: 'string'
    }
    displayName: 'string'
    enabledAzurePlans: [
      {
        skuId: 'string'
      }
    ]
    invoiceEmailOptIn: bool
    invoiceSections: {
      value: [
        {
          properties: {
            displayName: 'string'
            labels: {
              {customized property}: 'string'
            }
            tags: {
              {customized property}: 'string'
            }
          }
        }
      ]
    }
    poNumber: 'string'
    tags: {
      {customized property}: 'string'
    }
  }
}

属性值

AddressDetails

名字 描述 价值
addressLine1 地址行 1。 string (必需)
addressLine2 地址行 2。 字符串
addressLine3 地址行 3。 字符串
城市 地址城市。 字符串
companyName 公司名称。 字符串
国家 国家/地区代码使用 ISO2(2 位格式)。 string (必需)
地址区域。 字符串
电子邮件 电子邮件地址。 字符串
firstName 名字。 字符串
lastName 姓。 字符串
middleName 中间名称。 字符串
phoneNumber 电话号码。 字符串
postalCode 邮政编码。 字符串
地区 地址区域。 字符串

AzurePlan

名字 描述 价值
skuId SKU ID。 字符串

BillingProfileProperties

名字 描述 价值
billTo 帐单地址。 AddressDetails
displayName 计费配置文件的名称。 字符串
enabledAzurePlans 有关已启用的 Azure 计划的信息。 AzurePlan[]
invoiceEmailOptIn 用于控制是否通过电子邮件发送计费配置文件发票的标志。 bool
invoiceSections 与计费配置文件关联的发票科目。 默认情况下,除非在$expand中指定,否则不会填充它。 InvoiceSectionsOnExpand
poNumber 将在为计费配置文件生成的发票上显示的采购订单名称。 字符串
标签 计费配置文件的标记。 BillingProfilePropertiesTags

BillingProfilePropertiesTags

名字 描述 价值

InvoiceSection

名字 描述 价值
性能 发票科目的属性。 InvoiceSectionProperties

InvoiceSectionProperties

名字 描述 价值
displayName 发票科目的名称。 字符串
标签 与发票科目关联的元数据字典。 InvoiceSectionPropertiesLabels
标签 与发票科目关联的元数据字典。 支持的最大键/值长度为 256 个字符。 键/值不应为空值,也不应为 null。 键不能包含 <> % & \ ? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

名字 描述 价值

InvoiceSectionPropertiesTags

名字 描述 价值

InvoiceSectionsOnExpand

名字 描述 价值
价值 与计费配置文件关联的发票科目。 InvoiceSection[]

Microsoft.Billing/billingAccounts/billingProfiles

名字 描述 价值
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型资源的符号名称:billingAccounts
性能 计费配置文件的属性。 BillingProfileProperties

ARM 模板资源定义

可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:

  • 租户 - 请参阅 租户部署命令

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.Billing/billingAccounts/billingProfiles",
  "apiVersion": "2020-05-01",
  "name": "string",
  "properties": {
    "billTo": {
      "addressLine1": "string",
      "addressLine2": "string",
      "addressLine3": "string",
      "city": "string",
      "companyName": "string",
      "country": "string",
      "district": "string",
      "email": "string",
      "firstName": "string",
      "lastName": "string",
      "middleName": "string",
      "phoneNumber": "string",
      "postalCode": "string",
      "region": "string"
    },
    "displayName": "string",
    "enabledAzurePlans": [
      {
        "skuId": "string"
      }
    ],
    "invoiceEmailOptIn": "bool",
    "invoiceSections": {
      "value": [
        {
          "properties": {
            "displayName": "string",
            "labels": {
              "{customized property}": "string"
            },
            "tags": {
              "{customized property}": "string"
            }
          }
        }
      ]
    },
    "poNumber": "string",
    "tags": {
      "{customized property}": "string"
    }
  }
}

属性值

AddressDetails

名字 描述 价值
addressLine1 地址行 1。 string (必需)
addressLine2 地址行 2。 字符串
addressLine3 地址行 3。 字符串
城市 地址城市。 字符串
companyName 公司名称。 字符串
国家 国家/地区代码使用 ISO2(2 位格式)。 string (必需)
地址区域。 字符串
电子邮件 电子邮件地址。 字符串
firstName 名字。 字符串
lastName 姓。 字符串
middleName 中间名称。 字符串
phoneNumber 电话号码。 字符串
postalCode 邮政编码。 字符串
地区 地址区域。 字符串

AzurePlan

名字 描述 价值
skuId SKU ID。 字符串

BillingProfileProperties

名字 描述 价值
billTo 帐单地址。 AddressDetails
displayName 计费配置文件的名称。 字符串
enabledAzurePlans 有关已启用的 Azure 计划的信息。 AzurePlan[]
invoiceEmailOptIn 用于控制是否通过电子邮件发送计费配置文件发票的标志。 bool
invoiceSections 与计费配置文件关联的发票科目。 默认情况下,除非在$expand中指定,否则不会填充它。 InvoiceSectionsOnExpand
poNumber 将在为计费配置文件生成的发票上显示的采购订单名称。 字符串
标签 计费配置文件的标记。 BillingProfilePropertiesTags

BillingProfilePropertiesTags

名字 描述 价值

InvoiceSection

名字 描述 价值
性能 发票科目的属性。 InvoiceSectionProperties

InvoiceSectionProperties

名字 描述 价值
displayName 发票科目的名称。 字符串
标签 与发票科目关联的元数据字典。 InvoiceSectionPropertiesLabels
标签 与发票科目关联的元数据字典。 支持的最大键/值长度为 256 个字符。 键/值不应为空值,也不应为 null。 键不能包含 <> % & \ ? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

名字 描述 价值

InvoiceSectionPropertiesTags

名字 描述 价值

InvoiceSectionsOnExpand

名字 描述 价值
价值 与计费配置文件关联的发票科目。 InvoiceSection[]

Microsoft.Billing/billingAccounts/billingProfiles

名字 描述 价值
apiVersion API 版本 '2020-05-01'
名字 资源名称 string (必需)
性能 计费配置文件的属性。 BillingProfileProperties
类型 资源类型 “Microsoft.Billing/billingAccounts/billingProfiles”

用法示例

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:

  • 租户

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01"
  name = "string"
  body = {
    properties = {
      billTo = {
        addressLine1 = "string"
        addressLine2 = "string"
        addressLine3 = "string"
        city = "string"
        companyName = "string"
        country = "string"
        district = "string"
        email = "string"
        firstName = "string"
        lastName = "string"
        middleName = "string"
        phoneNumber = "string"
        postalCode = "string"
        region = "string"
      }
      displayName = "string"
      enabledAzurePlans = [
        {
          skuId = "string"
        }
      ]
      invoiceEmailOptIn = bool
      invoiceSections = {
        value = [
          {
            properties = {
              displayName = "string"
              labels = {
                {customized property} = "string"
              }
              tags = {
                {customized property} = "string"
              }
            }
          }
        ]
      }
      poNumber = "string"
      tags = {
        {customized property} = "string"
      }
    }
  }
}

属性值

AddressDetails

名字 描述 价值
addressLine1 地址行 1。 string (必需)
addressLine2 地址行 2。 字符串
addressLine3 地址行 3。 字符串
城市 地址城市。 字符串
companyName 公司名称。 字符串
国家 国家/地区代码使用 ISO2(2 位格式)。 string (必需)
地址区域。 字符串
电子邮件 电子邮件地址。 字符串
firstName 名字。 字符串
lastName 姓。 字符串
middleName 中间名称。 字符串
phoneNumber 电话号码。 字符串
postalCode 邮政编码。 字符串
地区 地址区域。 字符串

AzurePlan

名字 描述 价值
skuId SKU ID。 字符串

BillingProfileProperties

名字 描述 价值
billTo 帐单地址。 AddressDetails
displayName 计费配置文件的名称。 字符串
enabledAzurePlans 有关已启用的 Azure 计划的信息。 AzurePlan[]
invoiceEmailOptIn 用于控制是否通过电子邮件发送计费配置文件发票的标志。 bool
invoiceSections 与计费配置文件关联的发票科目。 默认情况下,除非在$expand中指定,否则不会填充它。 InvoiceSectionsOnExpand
poNumber 将在为计费配置文件生成的发票上显示的采购订单名称。 字符串
标签 计费配置文件的标记。 BillingProfilePropertiesTags

BillingProfilePropertiesTags

名字 描述 价值

InvoiceSection

名字 描述 价值
性能 发票科目的属性。 InvoiceSectionProperties

InvoiceSectionProperties

名字 描述 价值
displayName 发票科目的名称。 字符串
标签 与发票科目关联的元数据字典。 InvoiceSectionPropertiesLabels
标签 与发票科目关联的元数据字典。 支持的最大键/值长度为 256 个字符。 键/值不应为空值,也不应为 null。 键不能包含 <> % & \ ? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

名字 描述 价值

InvoiceSectionPropertiesTags

名字 描述 价值

InvoiceSectionsOnExpand

名字 描述 价值
价值 与计费配置文件关联的发票科目。 InvoiceSection[]

Microsoft.Billing/billingAccounts/billingProfiles

名字 描述 价值
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:billingAccounts
性能 计费配置文件的属性。 BillingProfileProperties
类型 资源类型 “Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01”