MediaJobOutputStateChangeEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Media.JobOutputStateChange event.

Properties

jobCorrelationData

Gets the Job correlation data.

output

Gets the output.

previousState

The previous state of the Job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled' NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

jobCorrelationData

Gets the Job correlation data.

jobCorrelationData?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

output

Gets the output.

output?: MediaJobOutputUnion

Property Value

previousState

The previous state of the Job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled' NOTE: This property will not be serialized. It can only be populated by the server.

previousState?: MediaJobState

Property Value