你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MediaJobErroredEventData 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- previousState
- MediaJobState
- state
- MediaJobState
- correlationData
- IDictionary<String,String>
- outputs
- IList<MediaJobOutput>