你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Billing BillingAccounts/billingProfiles 2018-11-01-preview
Bicep 资源定义
可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
address: {
addressLine1: 'string'
addressLine2: 'string'
addressLine3: 'string'
city: 'string'
companyName: 'string'
country: 'string'
firstName: 'string'
lastName: 'string'
postalCode: 'string'
region: 'string'
}
displayName: 'string'
enabledAzureSKUs: [
{
skuId: 'string'
}
]
invoiceSections: [
{
properties: {
billingProfiles: [
{
properties: ...
}
]
displayName: 'string'
}
}
]
poNumber: 'string'
}
}
属性值
地址
名字 |
描述 |
价值 |
addressLine1 |
地址行 1。 |
字符串 |
addressLine2 |
地址行 2。 |
字符串 |
addressLine3 |
地址行 3。 |
字符串 |
城市 |
地址城市。 |
字符串 |
companyName |
公司名称。 |
字符串 |
国家 |
国家/地区代码使用 ISO2(2 位格式)。 |
字符串 |
firstName |
名字。 |
字符串 |
lastName |
姓。 |
字符串 |
postalCode |
地址邮政编码。 |
字符串 |
地区 |
地址区域。 |
字符串 |
BillingProfile
BillingProfileProperties
名字 |
描述 |
价值 |
地址 |
帐单地址。 |
地址 |
displayName |
计费配置文件名称。 |
字符串 |
enabledAzureSKUs |
有关产品的信息。 |
EnabledAzureSKUs[] |
invoiceSections |
与计费配置文件关联的发票科目。 |
InvoiceSection[] |
poNumber |
采购订单编号。 |
字符串 |
EnabledAzureSKUs
名字 |
描述 |
价值 |
skuId |
SKU ID。 |
字符串 |
InvoiceSection
InvoiceSectionProperties
名字 |
描述 |
价值 |
billingProfiles |
与计费帐户关联的计费配置文件。 |
BillingProfile[] |
displayName |
InvoiceSection 的名称。 |
字符串 |
Microsoft.Billing/billingAccounts/billingProfiles
ARM 模板资源定义
可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Billing/billingAccounts/billingProfiles",
"apiVersion": "2018-11-01-preview",
"name": "string",
"properties": {
"address": {
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"companyName": "string",
"country": "string",
"firstName": "string",
"lastName": "string",
"postalCode": "string",
"region": "string"
},
"displayName": "string",
"enabledAzureSKUs": [
{
"skuId": "string"
}
],
"invoiceSections": [
{
"properties": {
"billingProfiles": [
{
"properties": ...
}
],
"displayName": "string"
}
}
],
"poNumber": "string"
}
}
属性值
地址
名字 |
描述 |
价值 |
addressLine1 |
地址行 1。 |
字符串 |
addressLine2 |
地址行 2。 |
字符串 |
addressLine3 |
地址行 3。 |
字符串 |
城市 |
地址城市。 |
字符串 |
companyName |
公司名称。 |
字符串 |
国家 |
国家/地区代码使用 ISO2(2 位格式)。 |
字符串 |
firstName |
名字。 |
字符串 |
lastName |
姓。 |
字符串 |
postalCode |
地址邮政编码。 |
字符串 |
地区 |
地址区域。 |
字符串 |
BillingProfile
BillingProfileProperties
名字 |
描述 |
价值 |
地址 |
帐单地址。 |
地址 |
displayName |
计费配置文件名称。 |
字符串 |
enabledAzureSKUs |
有关产品的信息。 |
EnabledAzureSKUs[] |
invoiceSections |
与计费配置文件关联的发票科目。 |
InvoiceSection[] |
poNumber |
采购订单编号。 |
字符串 |
EnabledAzureSKUs
名字 |
描述 |
价值 |
skuId |
SKU ID。 |
字符串 |
InvoiceSection
InvoiceSectionProperties
名字 |
描述 |
价值 |
billingProfiles |
与计费帐户关联的计费配置文件。 |
BillingProfile[] |
displayName |
InvoiceSection 的名称。 |
字符串 |
Microsoft.Billing/billingAccounts/billingProfiles
名字 |
描述 |
价值 |
apiVersion |
API 版本 |
'2018-11-01-preview' |
名字 |
资源名称 |
string (必需) |
性能 |
计费配置文件。 |
BillingProfileProperties |
类型 |
资源类型 |
“Microsoft.Billing/billingAccounts/billingProfiles” |
用法示例
可以使用目标操作部署 billingAccounts/billingProfiles 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.Billing/billingAccounts/billingProfiles 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview"
name = "string"
body = {
properties = {
address = {
addressLine1 = "string"
addressLine2 = "string"
addressLine3 = "string"
city = "string"
companyName = "string"
country = "string"
firstName = "string"
lastName = "string"
postalCode = "string"
region = "string"
}
displayName = "string"
enabledAzureSKUs = [
{
skuId = "string"
}
]
invoiceSections = [
{
properties = {
billingProfiles = [
{
properties = ...
}
]
displayName = "string"
}
}
]
poNumber = "string"
}
}
}
属性值
地址
名字 |
描述 |
价值 |
addressLine1 |
地址行 1。 |
字符串 |
addressLine2 |
地址行 2。 |
字符串 |
addressLine3 |
地址行 3。 |
字符串 |
城市 |
地址城市。 |
字符串 |
companyName |
公司名称。 |
字符串 |
国家 |
国家/地区代码使用 ISO2(2 位格式)。 |
字符串 |
firstName |
名字。 |
字符串 |
lastName |
姓。 |
字符串 |
postalCode |
地址邮政编码。 |
字符串 |
地区 |
地址区域。 |
字符串 |
BillingProfile
BillingProfileProperties
名字 |
描述 |
价值 |
地址 |
帐单地址。 |
地址 |
displayName |
计费配置文件名称。 |
字符串 |
enabledAzureSKUs |
有关产品的信息。 |
EnabledAzureSKUs[] |
invoiceSections |
与计费配置文件关联的发票科目。 |
InvoiceSection[] |
poNumber |
采购订单编号。 |
字符串 |
EnabledAzureSKUs
名字 |
描述 |
价值 |
skuId |
SKU ID。 |
字符串 |
InvoiceSection
InvoiceSectionProperties
名字 |
描述 |
价值 |
billingProfiles |
与计费帐户关联的计费配置文件。 |
BillingProfile[] |
displayName |
InvoiceSection 的名称。 |
字符串 |
Microsoft.Billing/billingAccounts/billingProfiles