Microsoft.Billing billingAccounts/billingProfiles/invoiceSections 2020-05-01
Bicep 資源定義
billingAccounts/billingProfiles/invoiceSections 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2020-05-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
displayName: 'string'
labels: {
{customized property}: 'string'
}
tags: {
{customized property}: 'string'
}
}
}
屬性值
InvoiceSectionProperties
InvoiceSectionPropertiesLabels
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections
ARM 樣本資源定義
billingAccounts/billingProfiles/invoiceSections 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections",
"apiVersion": "2020-05-01",
"name": "string",
"properties": {
"displayName": "string",
"labels": {
"{customized property}": "string"
},
"tags": {
"{customized property}": "string"
}
}
}
屬性值
InvoiceSectionProperties
InvoiceSectionPropertiesLabels
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2020-05-01' |
名字 |
資源名稱 |
字串 (必要) |
性能 |
發票區段的屬性。 |
InvoiceSectionProperties |
類型 |
資源類型 |
'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections' |
billingAccounts/billingProfiles/invoiceSections 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2020-05-01"
name = "string"
body = jsonencode({
properties = {
displayName = "string"
labels = {
{customized property} = "string"
}
tags = {
{customized property} = "string"
}
}
})
}
屬性值
InvoiceSectionProperties
InvoiceSectionPropertiesLabels
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections