Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaJobOutputStateChangeEventData

Package version

interface

An interface representing MediaJobOutputStateChangeEventData. Schema of the Data property of an EventGridEvent for a Microsoft.Media.JobOutputStateChange event.

Hierarchy

Index

Properties

Optional jobCorrelationData

jobCorrelationData: undefined | object
member

{{ [propertyName: string]: string }} [jobCorrelationData] Gets the Job correlation data.

Optional output

member

{MediaJobOutputUnion} [output] Gets the output.

Optional previousState

previousState: MediaJobState
member

{MediaJobState} [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.

Generated using TypeDoc