MediaJobCanceledEventData type

Job canceled event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobCanceled event.

type MediaJobCanceledEventData = MediaJobStateChangeEventData & {
  outputs: MediaJobOutputUnion[]
}