다음을 통해 공유


OperationDetailsOutputParent interface

작업 정보입니다.

속성

apiVersion

이 작업을 만드는 데 사용되는 API 버전입니다.

createdDateTime

작업을 만든 날짜 및 시간(UTC)입니다.

error

오류가 발생했습니다.

kind
lastUpdatedDateTime

상태 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.

operationId

OperationID

percentCompleted

작업 진행률(0-100).

resourceLocation

이 작업의 대상이 되는 리소스의 URL입니다.

status

작업 상태입니다. notStarted, running, completed 또는 failed

가능한 값: "notStarted", "running", "failed", "succeeded", "completed", "canceled"

tags

문서 모델과 연결된 키-값 태그 특성 목록입니다.

속성 세부 정보

apiVersion

이 작업을 만드는 데 사용되는 API 버전입니다.

apiVersion?: string

속성 값

string

createdDateTime

작업을 만든 날짜 및 시간(UTC)입니다.

createdDateTime: string

속성 값

string

error

오류가 발생했습니다.

error?: ErrorModelOutput

속성 값

kind

kind: string

속성 값

string

lastUpdatedDateTime

상태 마지막으로 업데이트된 날짜 및 시간(UTC)입니다.

lastUpdatedDateTime: string

속성 값

string

operationId

OperationID

operationId: string

속성 값

string

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>