MediaJobFinishedEventData interface
Job finished event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobFinished event.
- Extends
Properties
outputs | Gets the Job outputs. |
Inherited Properties
correlation |
Gets the Job correlation data. |
previous |
The previous state of the Job. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The new state of the Job. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
outputs
Inherited Property Details
correlationData
Gets the Job correlation data.
correlationData: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From MediaJobStateChangeEventData.correlationData
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 MediaJobStateChangeEventData.previousState
state
The new state of the Job. NOTE: This property will not be serialized. It can only be populated by the server.
state: MediaJobState
Property Value
Inherited From MediaJobStateChangeEventData.state