다음을 통해 공유


Microsoft.Billing billingAccounts/billingProfiles/invoiceSections

Bicep 리소스 정의

billingAccounts/billingProfiles/invoiceSections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    displayName: 'string'
    reasonCode: 'string'
    state: 'string'
    tags: {
      {customized property}: 'string'
    }
    targetCloud: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

InvoiceSectionProperties

이름 묘사
displayName 청구서 섹션의 이름입니다. 문자열
reasonCode 지정된 청구서 섹션 상태에 대한 이유입니다. '기타'
'PastDue'
'SpendingLimitExpired'
'SpendingLimitReached'
'UnusualActivity'
상태 청구서 섹션의 상태를 식별합니다. '활성'
'Deleted'
'사용 안 함'
'기타'
'Restricted'
'UnderReview'
'경고'
태그 리소스와 연결된 메타데이터의 사전입니다. 최대 키/값 길이는 256자로 지원됩니다. 키/값은 값이나 null을 비워서는 안 됩니다. 키에는 <> % & \ ? / InvoiceSectionPropertiesTags
targetCloud 청구서 섹션과 연결된 클라우드 환경을 식별합니다. 시스템 관리형 선택적 필드이며 청구서 섹션이 다양한 클라우드의 계정과 연결되면 업데이트됩니다. 문자열

InvoiceSectionPropertiesTags

이름 묘사

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections

이름 묘사
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-zA-Z\d-_]{1,128}$(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: billingAccounts/billingProfiles
속성 청구서 섹션입니다. InvoiceSectionProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

ProxyResourceWithTags

이름 묘사

ARM 템플릿 리소스 정의

billingAccounts/billingProfiles/invoiceSections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections",
  "apiVersion": "2024-04-01",
  "name": "string",
  "properties": {
    "displayName": "string",
    "reasonCode": "string",
    "state": "string",
    "tags": {
      "{customized property}": "string"
    },
    "targetCloud": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

InvoiceSectionProperties

이름 묘사
displayName 청구서 섹션의 이름입니다. 문자열
reasonCode 지정된 청구서 섹션 상태에 대한 이유입니다. '기타'
'PastDue'
'SpendingLimitExpired'
'SpendingLimitReached'
'UnusualActivity'
상태 청구서 섹션의 상태를 식별합니다. '활성'
'Deleted'
'사용 안 함'
'기타'
'Restricted'
'UnderReview'
'경고'
태그 리소스와 연결된 메타데이터의 사전입니다. 최대 키/값 길이는 256자로 지원됩니다. 키/값은 값이나 null을 비워서는 안 됩니다. 키에는 <> % & \ ? / InvoiceSectionPropertiesTags
targetCloud 청구서 섹션과 연결된 클라우드 환경을 식별합니다. 시스템 관리형 선택적 필드이며 청구서 섹션이 다양한 클라우드의 계정과 연결되면 업데이트됩니다. 문자열

InvoiceSectionPropertiesTags

이름 묘사

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections

이름 묘사
apiVersion api 버전 '2024-04-01'
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-zA-Z\d-_]{1,128}$(필수)
속성 청구서 섹션입니다. InvoiceSectionProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections'

ProxyResourceWithTags

이름 묘사

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

billingAccounts/billingProfiles/invoiceSections 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 테넌트

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01"
  name = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      displayName = "string"
      reasonCode = "string"
      state = "string"
      tags = {
        {customized property} = "string"
      }
      targetCloud = "string"
    }
  })
}

속성 값

InvoiceSectionProperties

이름 묘사
displayName 청구서 섹션의 이름입니다. 문자열
reasonCode 지정된 청구서 섹션 상태에 대한 이유입니다. '기타'
'PastDue'
'SpendingLimitExpired'
'SpendingLimitReached'
'UnusualActivity'
상태 청구서 섹션의 상태를 식별합니다. '활성'
'Deleted'
'사용 안 함'
'기타'
'Restricted'
'UnderReview'
'경고'
태그 리소스와 연결된 메타데이터의 사전입니다. 최대 키/값 길이는 256자로 지원됩니다. 키/값은 값이나 null을 비워서는 안 됩니다. 키에는 <> % & \ ? / InvoiceSectionPropertiesTags
targetCloud 청구서 섹션과 연결된 클라우드 환경을 식별합니다. 시스템 관리형 선택적 필드이며 청구서 섹션이 다양한 클라우드의 계정과 연결되면 업데이트됩니다. 문자열

InvoiceSectionPropertiesTags

이름 묘사

Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections

이름 묘사
이름 리소스 이름 문자열

제약 조건:
패턴 = ^[a-zA-Z\d-_]{1,128}$(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스 ID: billingAccounts/billingProfiles
속성 청구서 섹션입니다. InvoiceSectionProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01"

ProxyResourceWithTags

이름 묘사