Compartir a través de


EventGridModelFactory.MediaJobErroredEventData Método

Definición

Inicializa una nueva instancia de MediaJobErroredEventData.

public static Azure.Messaging.EventGrid.SystemEvents.MediaJobErroredEventData MediaJobErroredEventData (Azure.Messaging.EventGrid.SystemEvents.MediaJobState? previousState = default, Azure.Messaging.EventGrid.SystemEvents.MediaJobState? state = default, System.Collections.Generic.IReadOnlyDictionary<string,string> correlationData = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.MediaJobOutput> outputs = default);
static member MediaJobErroredEventData : Nullable<Azure.Messaging.EventGrid.SystemEvents.MediaJobState> * Nullable<Azure.Messaging.EventGrid.SystemEvents.MediaJobState> * System.Collections.Generic.IReadOnlyDictionary<string, string> * seq<Azure.Messaging.EventGrid.SystemEvents.MediaJobOutput> -> Azure.Messaging.EventGrid.SystemEvents.MediaJobErroredEventData
Public Shared Function MediaJobErroredEventData (Optional previousState As Nullable(Of MediaJobState) = Nothing, Optional state As Nullable(Of MediaJobState) = Nothing, Optional correlationData As IReadOnlyDictionary(Of String, String) = Nothing, Optional outputs As IEnumerable(Of MediaJobOutput) = Nothing) As MediaJobErroredEventData

Parámetros

previousState
Nullable<MediaJobState>

Estado anterior del trabajo.

state
Nullable<MediaJobState>

Nuevo estado del trabajo.

correlationData
IReadOnlyDictionary<String,String>

Obtiene los datos de correlación del trabajo.

outputs
IEnumerable<MediaJobOutput>

Permite obtener las salidas del trabajo. Tenga en cuenta MediaJobOutput que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen MediaJobOutputAsset.

Devoluciones

MediaJobErroredEventData Nueva instancia de para simular.

Se aplica a