Delen via


EventGridModelFactory.MediaJobScheduledEventData Methode

Definitie

Initialiseert een nieuw exemplaar van MediaJobScheduledEventData.

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

Parameters

previousState
Nullable<MediaJobState>

De vorige status van de taak.

state
Nullable<MediaJobState>

De nieuwe status van de taak.

correlationData
IReadOnlyDictionary<String,String>

Hiermee haalt u de taakcorrelatiegegevens op.

Retouren

Een nieuw MediaJobScheduledEventData exemplaar voor het nabootsen.

Van toepassing op