MediaJobCanceledEventData type
작업 취소 이벤트 데이터입니다. Microsoft.Media.JobCanceled 이벤트에 대한 EventGridEvent의 데이터 속성 스키마입니다.
type MediaJobCanceledEventData = MediaJobStateChangeEventData & {
outputs: MediaJobOutputUnion[]
}