다음을 통해 공유


Microsoft.Billing billingAccounts/billingProfiles/instructions

Bicep 리소스 정의

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

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

리소스 형식

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

resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles/instructions@2020-05-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    amount: int
    creationDate: 'string'
    endDate: 'string'
    startDate: 'string'
  }
}

속성 값

InstructionProperties

이름 묘사
분량 이 청구 지침에 대해 예산이 책정된 금액입니다. int(필수)
creationDate 이 청구 지침이 만들어진 날짜입니다. 문자열
endDate 이 청구 지침이 더 이상 적용되지 않는 날짜입니다. string(필수)
startDate 이 청구 지침이 적용되는 날짜입니다. string(필수)

Microsoft.Billing/billingAccounts/billingProfiles/instructions

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

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: billingAccounts/billingProfiles
속성 청구서 생성 중에 사용되는 청구 지침입니다. InstructionProperties

ARM 템플릿 리소스 정의

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

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

리소스 형식

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

{
  "type": "Microsoft.Billing/billingAccounts/billingProfiles/instructions",
  "apiVersion": "2020-05-01",
  "name": "string",
  "properties": {
    "amount": "int",
    "creationDate": "string",
    "endDate": "string",
    "startDate": "string"
  }
}

속성 값

InstructionProperties

이름 묘사
분량 이 청구 지침에 대해 예산이 책정된 금액입니다. int(필수)
creationDate 이 청구 지침이 만들어진 날짜입니다. 문자열
endDate 이 청구 지침이 더 이상 적용되지 않는 날짜입니다. string(필수)
startDate 이 청구 지침이 적용되는 날짜입니다. string(필수)

Microsoft.Billing/billingAccounts/billingProfiles/instructions

이름 묘사
apiVersion api 버전 '2020-05-01'
이름 리소스 이름 string(필수)
속성 청구서 생성 중에 사용되는 청구 지침입니다. InstructionProperties
리소스 종류 'Microsoft.Billing/billingAccounts/billingProfiles/instructions'

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

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

  • 테넌트

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

리소스 형식

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Billing/billingAccounts/billingProfiles/instructions@2020-05-01"
  name = "string"
  body = jsonencode({
    properties = {
      amount = int
      creationDate = "string"
      endDate = "string"
      startDate = "string"
    }
  })
}

속성 값

InstructionProperties

이름 묘사
분량 이 청구 지침에 대해 예산이 책정된 금액입니다. int(필수)
creationDate 이 청구 지침이 만들어진 날짜입니다. 문자열
endDate 이 청구 지침이 더 이상 적용되지 않는 날짜입니다. string(필수)
startDate 이 청구 지침이 적용되는 날짜입니다. string(필수)

Microsoft.Billing/billingAccounts/billingProfiles/instructions

이름 묘사
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스 ID: billingAccounts/billingProfiles
속성 청구서 생성 중에 사용되는 청구 지침입니다. InstructionProperties
리소스 종류 "Microsoft.Billing/billingAccounts/billingProfiles/instructions@2020-05-01"