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' = {
name: 'string'
parent: resourceSymbolicName
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'
}
}
속성 값
billingAccounts/billingProfiles
이름 |
설명 |
값 |
name |
리소스 이름
Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요. |
string(필수) |
부모(parent) |
Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.
자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요. |
형식의 리소스에 대한 기호 이름: billingAccounts |
properties |
청구 프로필입니다. |
BillingProfileProperties |
BillingProfileProperties
이름 |
설명 |
값 |
address |
청구 주소. |
주소 |
displayName |
청구 프로필 이름입니다. |
문자열 |
enabledAzureSKU |
제품에 대한 정보입니다. |
EnabledAzureSKU[] |
invoiceSections |
청구 프로필에 연결된 청구서 섹션입니다. |
InvoiceSection[] |
poNumber |
구매 주문 번호입니다. |
문자열 |
주소
Name |
설명 |
값 |
addressLine1 |
주소 줄1. |
문자열 |
addressLine2 |
주소 줄2. |
문자열 |
addressLine3 |
주소 줄3. |
문자열 |
city |
주소 도시. |
문자열 |
companyName |
회사 이름 |
문자열 |
country |
국가 코드는 ISO2, 2자리 형식을 사용합니다. |
문자열 |
firstName |
이름입니다. |
문자열 |
lastName |
성입니다. |
문자열 |
postalCode |
주소 우편 번호. |
문자열 |
region |
주소 지역입니다. |
문자열 |
EnabledAzureSKU
이름 |
설명 |
값 |
skuId |
sku ID입니다. |
문자열 |
InvoiceSection
InvoiceSectionProperties
이름 |
설명 |
값 |
billingProfiles |
청구 계정에 연결된 청구 프로필입니다. |
BillingProfile[] |
displayName |
InvoiceSection의 이름입니다. |
문자열 |
BillingProfile
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"
}
}
속성 값
billingAccounts/billingProfiles
이름 |
설명 |
값 |
형식 |
리소스 종류 |
'Microsoft.Billing/billingAccounts/billingProfiles' |
apiVersion |
리소스 api 버전 |
'2018-11-01-preview' |
name |
리소스 이름
JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요. |
string(필수) |
properties |
청구 프로필입니다. |
BillingProfileProperties |
BillingProfileProperties
이름 |
설명 |
값 |
address |
청구 주소. |
주소 |
displayName |
청구 프로필 이름입니다. |
문자열 |
enabledAzureSKU |
제품에 대한 정보입니다. |
EnabledAzureSKU[] |
invoiceSections |
청구 프로필에 연결된 청구서 섹션입니다. |
InvoiceSection[] |
poNumber |
구매 주문 번호입니다. |
문자열 |
주소
Name |
설명 |
값 |
addressLine1 |
주소 줄1. |
문자열 |
addressLine2 |
주소 줄2. |
문자열 |
addressLine3 |
주소 줄3. |
문자열 |
city |
주소 도시. |
문자열 |
companyName |
회사 이름 |
문자열 |
country |
국가 코드는 ISO2, 2자리 형식을 사용합니다. |
문자열 |
firstName |
이름입니다. |
문자열 |
lastName |
성입니다. |
문자열 |
postalCode |
주소 우편 번호. |
문자열 |
region |
주소 지역입니다. |
문자열 |
EnabledAzureSKU
이름 |
설명 |
값 |
skuId |
sku ID입니다. |
문자열 |
InvoiceSection
InvoiceSectionProperties
이름 |
설명 |
값 |
billingProfiles |
청구 계정에 연결된 청구 프로필입니다. |
BillingProfile[] |
displayName |
InvoiceSection의 이름입니다. |
문자열 |
BillingProfile
billingAccounts/billingProfiles 리소스 종류는 다음을 위해 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
Microsoft.Billing/billingAccounts/billingProfiles 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
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"
}
})
}
속성 값
billingAccounts/billingProfiles
이름 |
설명 |
값 |
형식 |
리소스 종류 |
"Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview" |
name |
리소스 이름 |
string(필수) |
parent_id |
이 리소스의 부모인 리소스의 ID입니다. |
유형의 리소스에 대한 ID: billingAccounts |
properties |
청구 프로필입니다. |
BillingProfileProperties |
BillingProfileProperties
이름 |
설명 |
값 |
address |
청구 주소. |
주소 |
displayName |
청구 프로필 이름입니다. |
문자열 |
enabledAzureSKU |
제품에 대한 정보입니다. |
EnabledAzureSKU[] |
invoiceSections |
청구 프로필에 연결된 청구서 섹션입니다. |
InvoiceSection[] |
poNumber |
구매 주문 번호입니다. |
문자열 |
주소
Name |
설명 |
값 |
addressLine1 |
주소 줄1. |
문자열 |
addressLine2 |
주소 줄2. |
문자열 |
addressLine3 |
주소 줄3. |
문자열 |
city |
주소 도시. |
문자열 |
companyName |
회사 이름 |
문자열 |
country |
국가 코드는 ISO2, 2자리 형식을 사용합니다. |
문자열 |
firstName |
이름입니다. |
문자열 |
lastName |
성입니다. |
문자열 |
postalCode |
주소 우편 번호. |
문자열 |
region |
주소 지역입니다. |
문자열 |
EnabledAzureSKU
이름 |
설명 |
값 |
skuId |
sku ID입니다. |
문자열 |
InvoiceSection
InvoiceSectionProperties
이름 |
설명 |
값 |
billingProfiles |
청구 계정에 연결된 청구 프로필입니다. |
BillingProfile[] |
displayName |
InvoiceSection의 이름입니다. |
문자열 |
BillingProfile