你当前正在访问 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
InvoiceSection
InvoiceSectionProperties
InvoiceSectionPropertiesLabels
InvoiceSectionsOnExpand
Microsoft.Billing/billingAccounts/billingProfiles
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
InvoiceSection
InvoiceSectionProperties
InvoiceSectionPropertiesLabels
InvoiceSectionsOnExpand
Microsoft.Billing/billingAccounts/billingProfiles
名字 |
描述 |
价值 |
apiVersion |
API 版本 |
'2020-05-01' |
名字 |
资源名称 |
string (必需) |
性能 |
计费配置文件的属性。 |
BillingProfileProperties |
类型 |
资源类型 |
“Microsoft.Billing/billingAccounts/billingProfiles” |
用法示例
可以使用目标操作部署 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
InvoiceSection
InvoiceSectionProperties
InvoiceSectionPropertiesLabels
InvoiceSectionsOnExpand
Microsoft.Billing/billingAccounts/billingProfiles