Megosztás a következőn keresztül:


EventGridModelFactory.MediaJobScheduledEventData Metódus

Definíció

Inicializálja a MediaJobScheduledEventData új példányát.

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

Paraméterek

previousState
Nullable<MediaJobState>

A feladat előző állapota.

state
Nullable<MediaJobState>

A feladat új állapota.

correlationData
IReadOnlyDictionary<String,String>

Lekéri a feladat korrelációs adatait.

Válaszok

Egy új MediaJobScheduledEventData példány a szimuláláshoz.

A következőre érvényes: