Share via


MediaJobProcessingEventData Class

Definition

Job processing event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobProcessing event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaJobProcessingEventData+MediaJobProcessingEventDataConverter))]
public class MediaJobProcessingEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobStateChangeEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaJobProcessingEventData+MediaJobProcessingEventDataConverter))>]
type MediaJobProcessingEventData = class
    inherit MediaJobStateChangeEventData
Public Class MediaJobProcessingEventData
Inherits MediaJobStateChangeEventData
Inheritance
MediaJobProcessingEventData
Attributes

Properties

CorrelationData

Gets the Job correlation data.

(Inherited from MediaJobStateChangeEventData)
PreviousState

The previous state of the Job.

(Inherited from MediaJobStateChangeEventData)
State

The new state of the Job.

(Inherited from MediaJobStateChangeEventData)

Applies to