次の方法で共有


EventGridModelFactory.MediaJobScheduledEventData メソッド

定義

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

パラメーター

previousState
Nullable<MediaJobState>

ジョブの以前の状態。

state
Nullable<MediaJobState>

ジョブの新しい状態。

correlationData
IReadOnlyDictionary<String,String>

ジョブの関連付けデータを取得します。

戻り値

モック作成用の新しい MediaJobScheduledEventData インスタンス。

適用対象