DocumentModelComposeOperationDetailsOutput interface
작업 응답 개체를 가져옵니다.
- Extends
속성
kind | 작업 유형입니다. |
result | 성공 시 작업 결과입니다. |
상속된 속성
api |
이 작업을 만드는 데 사용되는 API 버전입니다. |
created |
작업을 만든 날짜 및 시간(UTC)입니다. |
error | 오류가 발생했습니다. |
last |
상태 마지막으로 업데이트된 날짜 및 시간(UTC)입니다. |
operation |
OperationID |
percent |
작업 진행률(0-100). |
resource |
이 작업의 대상이 되는 리소스의 URL입니다. |
status | 작업 상태입니다. notStarted, running, completed 또는 failed 가능한 값: "notStarted", "running", "failed", "succeeded", "completed", "canceled" |
tags | 문서 모델과 연결된 키-값 태그 특성 목록입니다. |
속성 세부 정보
kind
작업 유형입니다.
kind: "documentModelCompose"
속성 값
"documentModelCompose"
result
상속된 속성 세부 정보
apiVersion
이 작업을 만드는 데 사용되는 API 버전입니다.
apiVersion?: string
속성 값
string
createdDateTime
작업을 만든 날짜 및 시간(UTC)입니다.
createdDateTime: string
속성 값
string
error
lastUpdatedDateTime
상태 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.
lastUpdatedDateTime: string
속성 값
string
operationId
percentCompleted
작업 진행률(0-100).
percentCompleted?: number
속성 값
number
resourceLocation
이 작업의 대상이 되는 리소스의 URL입니다.
resourceLocation: string
속성 값
string
status
작업 상태입니다. notStarted, running, completed 또는 failed
가능한 값: "notStarted", "running", "failed", "succeeded", "completed", "canceled"
status: string
속성 값
string
tags
문서 모델과 연결된 키-값 태그 특성 목록입니다.
tags?: Record<string, string>
속성 값
Record<string, string>
Azure SDK for JavaScript