你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Billing BillingAccounts/billingProfiles 2019-10-01-preview
Bicep 资源定义
可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:
租户 - 请参阅租户部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles@2019-10-01-preview' = {
parent: resourceSymbolicName
address: {
addressLine1: 'string'
addressLine2: 'string'
addressLine3: 'string'
city: 'string'
companyName: 'string'
country: 'string'
firstName: 'string'
lastName: 'string'
postalCode: 'string'
region: 'string'
}
displayName: 'string'
enabledAzurePlans: [
{
skuId: 'string'
}
]
invoiceEmailOptIn: bool
name: 'string'
poNumber: 'string'
}
属性值
AddressDetails
名字 | 描述 | 价值 |
---|---|---|
addressLine1 | 地址行 1。 | 字符串 |
addressLine2 | 地址行 2。 | 字符串 |
addressLine3 | 地址行 3。 | 字符串 |
城市 | 地址城市。 | 字符串 |
companyName | 公司名称。 | 字符串 |
国家 | 国家/地区代码使用 ISO2(2 位格式)。 | 字符串 |
firstName | 名字。 | 字符串 |
lastName | 姓。 | 字符串 |
postalCode | 邮政编码。 | 字符串 |
地区 | 地址区域。 | 字符串 |
AzurePlan
名字 | 描述 | 价值 |
---|---|---|
skuId | SKU ID。 | 字符串 |
Microsoft.Billing/billingAccounts/billingProfiles
名字 | 描述 | 价值 |
---|---|---|
地址 | 帐单地址。 | AddressDetails |
displayName | 计费配置文件的名称。 | 字符串 |
enabledAzurePlans | 已启用计费配置文件的 Azure 计划。 | AzurePlan[] |
invoiceEmailOptIn | 用于控制是否通过电子邮件发送计费配置文件发票的标志。 | bool |
名字 | 资源名称 | string (必需) |
父母 | 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。 有关详细信息,请参阅 父资源外部的子资源。 |
类型资源的符号名称:billingAccounts |
poNumber | 将在为计费配置文件生成的发票上显示的采购订单名称。 | 字符串 |
ARM 模板资源定义
可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:
租户 - 请参阅租户部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Billing/billingAccounts/billingProfiles",
"apiVersion": "2019-10-01-preview",
"name": "string",
"address": {
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"companyName": "string",
"country": "string",
"firstName": "string",
"lastName": "string",
"postalCode": "string",
"region": "string"
},
"displayName": "string",
"enabledAzurePlans": [
{
"skuId": "string"
}
],
"invoiceEmailOptIn": "bool",
"poNumber": "string"
}
属性值
AddressDetails
名字 | 描述 | 价值 |
---|---|---|
addressLine1 | 地址行 1。 | 字符串 |
addressLine2 | 地址行 2。 | 字符串 |
addressLine3 | 地址行 3。 | 字符串 |
城市 | 地址城市。 | 字符串 |
companyName | 公司名称。 | 字符串 |
国家 | 国家/地区代码使用 ISO2(2 位格式)。 | 字符串 |
firstName | 名字。 | 字符串 |
lastName | 姓。 | 字符串 |
postalCode | 邮政编码。 | 字符串 |
地区 | 地址区域。 | 字符串 |
AzurePlan
名字 | 描述 | 价值 |
---|---|---|
skuId | SKU ID。 | 字符串 |
Microsoft.Billing/billingAccounts/billingProfiles
名字 | 描述 | 价值 |
---|---|---|
地址 | 帐单地址。 | AddressDetails |
apiVersion | API 版本 | '2019-10-01-preview' |
displayName | 计费配置文件的名称。 | 字符串 |
enabledAzurePlans | 已启用计费配置文件的 Azure 计划。 | AzurePlan[] |
invoiceEmailOptIn | 用于控制是否通过电子邮件发送计费配置文件发票的标志。 | bool |
名字 | 资源名称 | string (必需) |
poNumber | 将在为计费配置文件生成的发票上显示的采购订单名称。 | 字符串 |
类型 | 资源类型 | “Microsoft.Billing/billingAccounts/billingProfiles” |
用法示例
Terraform (AzAPI 提供程序)资源定义
可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:
- 租户
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles@2019-10-01-preview"
name = "string"
body = {
address = {
addressLine1 = "string"
addressLine2 = "string"
addressLine3 = "string"
city = "string"
companyName = "string"
country = "string"
firstName = "string"
lastName = "string"
postalCode = "string"
region = "string"
}
displayName = "string"
enabledAzurePlans = [
{
skuId = "string"
}
]
invoiceEmailOptIn = bool
poNumber = "string"
}
}
属性值
AddressDetails
名字 | 描述 | 价值 |
---|---|---|
addressLine1 | 地址行 1。 | 字符串 |
addressLine2 | 地址行 2。 | 字符串 |
addressLine3 | 地址行 3。 | 字符串 |
城市 | 地址城市。 | 字符串 |
companyName | 公司名称。 | 字符串 |
国家 | 国家/地区代码使用 ISO2(2 位格式)。 | 字符串 |
firstName | 名字。 | 字符串 |
lastName | 姓。 | 字符串 |
postalCode | 邮政编码。 | 字符串 |
地区 | 地址区域。 | 字符串 |
AzurePlan
名字 | 描述 | 价值 |
---|---|---|
skuId | SKU ID。 | 字符串 |
Microsoft.Billing/billingAccounts/billingProfiles
名字 | 描述 | 价值 |
---|---|---|
地址 | 帐单地址。 | AddressDetails |
displayName | 计费配置文件的名称。 | 字符串 |
enabledAzurePlans | 已启用计费配置文件的 Azure 计划。 | AzurePlan[] |
invoiceEmailOptIn | 用于控制是否通过电子邮件发送计费配置文件发票的标志。 | bool |
名字 | 资源名称 | string (必需) |
parent_id | 此资源的父资源的 ID。 | 类型资源的 ID:billingAccounts |
poNumber | 将在为计费配置文件生成的发票上显示的采购订单名称。 | 字符串 |
类型 | 资源类型 | “Microsoft.Billing/billingAccounts/billingProfiles@2019-10-01-preview” |