MediaJobOutputCanceledEventData interface

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

Inherited Properties

jobCorrelationData

Gets the Job correlation data.

output

Gets the output.

previousState

The previous state of the Job. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Property Details

jobCorrelationData

Gets the Job correlation data.

jobCorrelationData: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From MediaJobOutputStateChangeEventData.jobCorrelationData

output

Gets the output.

output: MediaJobOutputUnion

Property Value

Inherited From MediaJobOutputStateChangeEventData.output

previousState

The previous state of the Job. NOTE: This property will not be serialized. It can only be populated by the server.

previousState: MediaJobState

Property Value

Inherited From MediaJobOutputStateChangeEventData.previousState