MediaJobStateChangeEventData interface

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

Properties

correlationData

Gets the Job correlation data.

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.

state

The new 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

correlationData

Gets the Job correlation data.

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

Property Value

{[propertyName: string]: string}

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

state

The new 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.

state?: MediaJobState

Property Value