Compartilhar via


EventGridModelFactory.MediaJobErroredEventData Método

Definição

Inicializa uma nova instância 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>

O estado anterior do Trabalho.

state
Nullable<MediaJobState>

O novo estado do Trabalho.

correlationData
IReadOnlyDictionary<String,String>

Obtém os dados de correlação de trabalho.

outputs
IEnumerable<MediaJobOutput>

Obtém as saídas do trabalho. MediaJobOutput Observe que é a classe base. De acordo com o cenário, uma classe derivada da classe base pode precisar ser atribuída aqui ou essa propriedade precisa ser convertida em uma das classes derivadas possíveis. As classes derivadas disponíveis incluem MediaJobOutputAsset.

Retornos

Uma nova MediaJobErroredEventData instância para simulação.

Aplica-se a