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

correlationData

correlationData: {}

Gets the Job correlation data.

Type declaration

  • [propertyName: string]: string

previousState

previousState: MediaJobState

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.

Generated using TypeDoc