MediaJobScheduledEventData Constructors

Definition

Overloads

MediaJobScheduledEventData()
MediaJobScheduledEventData(MediaJobState, MediaJobState, IDictionary<String,String>)

MediaJobScheduledEventData()

Source:
MediaJobScheduledEventData.cs
public MediaJobScheduledEventData ();
Public Sub New ()

Applies to

MediaJobScheduledEventData(MediaJobState, MediaJobState, IDictionary<String,String>)

Source:
MediaJobScheduledEventData.cs
public MediaJobScheduledEventData (Microsoft.Azure.EventGrid.Models.MediaJobState previousState = Microsoft.Azure.EventGrid.Models.MediaJobState.Canceled, Microsoft.Azure.EventGrid.Models.MediaJobState state = Microsoft.Azure.EventGrid.Models.MediaJobState.Canceled, System.Collections.Generic.IDictionary<string,string> correlationData = default);
new Microsoft.Azure.EventGrid.Models.MediaJobScheduledEventData : Microsoft.Azure.EventGrid.Models.MediaJobState * Microsoft.Azure.EventGrid.Models.MediaJobState * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.EventGrid.Models.MediaJobScheduledEventData
Public Sub New (Optional previousState As MediaJobState = Microsoft.Azure.EventGrid.Models.MediaJobState.Canceled, Optional state As MediaJobState = Microsoft.Azure.EventGrid.Models.MediaJobState.Canceled, Optional correlationData As IDictionary(Of String, String) = Nothing)

Parameters

previousState
MediaJobState
correlationData
IDictionary<String,String>

Applies to