MediaJobScheduledEventData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MediaJobScheduledEventData() | |
MediaJobScheduledEventData(MediaJobState, MediaJobState, IDictionary<String,String>) |
MediaJobScheduledEventData()
public MediaJobScheduledEventData ();
Public Sub New ()
Applies to
MediaJobScheduledEventData(MediaJobState, MediaJobState, IDictionary<String,String>)
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
- state
- MediaJobState
- correlationData
- IDictionary<String,String>