Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaJobStateChangeEventData

Package version

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

Hierarchy

  • MediaJobStateChangeEventData

Index

Properties

Optional correlationData

correlationData: undefined | {}

Gets the Job correlation data.

Optional previousState

previousState: MediaJobState

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

Optional state

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

Generated using TypeDoc