MediaJobErroredEventData 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
MediaJobErroredEventData() | |
MediaJobErroredEventData(MediaJobState, MediaJobState, IDictionary<String,String>, IList<MediaJobOutput>) |
MediaJobErroredEventData()
MediaJobErroredEventData(MediaJobState, MediaJobState, IDictionary<String,String>, IList<MediaJobOutput>)
- Source:
- MediaJobErroredEventData.cs
public MediaJobErroredEventData (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, System.Collections.Generic.IList<Microsoft.Azure.EventGrid.Models.MediaJobOutput> outputs = default);
new Microsoft.Azure.EventGrid.Models.MediaJobErroredEventData : Microsoft.Azure.EventGrid.Models.MediaJobState * Microsoft.Azure.EventGrid.Models.MediaJobState * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.EventGrid.Models.MediaJobOutput> -> Microsoft.Azure.EventGrid.Models.MediaJobErroredEventData
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, Optional outputs As IList(Of MediaJobOutput) = Nothing)
Parameters
- previousState
- MediaJobState
- state
- MediaJobState
- correlationData
- IDictionary<String,String>
- outputs
- IList<MediaJobOutput>