Delen via


EventGridModelFactory.MediaJobOutputProcessingEventData Methode

Definitie

Initialiseert een nieuw exemplaar van MediaJobOutputProcessingEventData.

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

Parameters

previousState
Nullable<MediaJobState>

De vorige status van de taak.

output
MediaJobOutput

Hiermee haalt u de uitvoer op. Houd er rekening mee dat MediaJobOutput(String, MediaJobError, String, Int64, MediaJobState) dit de basisklasse is. Volgens het scenario moet hier mogelijk een afgeleide klasse van de basisklasse worden toegewezen, of moet deze eigenschap worden casted naar een van de mogelijke afgeleide klassen. De beschikbare afgeleide klassen omvatten MediaJobOutputAsset(String, MediaJobError, String, Int64, MediaJobState, String).

jobCorrelationData
IReadOnlyDictionary<String,String>

Hiermee haalt u de taakcorrelatiegegevens op.

Retouren

Een nieuw MediaJobOutputProcessingEventData exemplaar voor het nabootsen.

Van toepassing op