共用方式為


MediaJobCancelingEventData Class

Definition

Job canceling event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobCanceling event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaJobCancelingEventData+MediaJobCancelingEventDataConverter))]
public class MediaJobCancelingEventData : Azure.Messaging.EventGrid.SystemEvents.MediaJobStateChangeEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MediaJobCancelingEventData+MediaJobCancelingEventDataConverter))>]
type MediaJobCancelingEventData = class
    inherit MediaJobStateChangeEventData
Public Class MediaJobCancelingEventData
Inherits MediaJobStateChangeEventData
Inheritance
MediaJobCancelingEventData
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