다음을 통해 공유


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

이름 묘사
displayName 청구서 섹션의 이름입니다. 문자열
레이블 청구서 섹션과 연결된 메타데이터의 사전입니다. InvoiceSectionPropertiesLabels
태그 청구서 섹션과 연결된 메타데이터의 사전입니다. 최대 키/값 길이는 256자로 지원됩니다. 키/값은 값이나 null을 비워서는 안 됩니다. 키에는 <> % & \ ? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

이름 묘사

InvoiceSectionPropertiesTags

이름 묘사

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections

이름 묘사
이름 리소스 이름 string(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: billingAccounts/billingProfiles
속성 청구서 섹션의 속성입니다. InvoiceSectionProperties

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

이름 묘사
displayName 청구서 섹션의 이름입니다. 문자열
레이블 청구서 섹션과 연결된 메타데이터의 사전입니다. InvoiceSectionPropertiesLabels
태그 청구서 섹션과 연결된 메타데이터의 사전입니다. 최대 키/값 길이는 256자로 지원됩니다. 키/값은 값이나 null을 비워서는 안 됩니다. 키에는 <> % & \ ? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

이름 묘사

InvoiceSectionPropertiesTags

이름 묘사

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections

이름 묘사
apiVersion api 버전 '2020-05-01'
이름 리소스 이름 string(필수)
속성 청구서 섹션의 속성입니다. InvoiceSectionProperties
리소스 종류 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections'

Terraform(AzAPI 공급자) 리소스 정의

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

이름 묘사
displayName 청구서 섹션의 이름입니다. 문자열
레이블 청구서 섹션과 연결된 메타데이터의 사전입니다. InvoiceSectionPropertiesLabels
태그 청구서 섹션과 연결된 메타데이터의 사전입니다. 최대 키/값 길이는 256자로 지원됩니다. 키/값은 값이나 null을 비워서는 안 됩니다. 키에는 <> % & \ ? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

이름 묘사

InvoiceSectionPropertiesTags

이름 묘사

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections

이름 묘사
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스 ID: billingAccounts/billingProfiles
속성 청구서 섹션의 속성입니다. InvoiceSectionProperties
리소스 종류 "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2020-05-01"