你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MediaJobStateChangeEventData 构造函数

定义

重载

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

MediaJobStateChangeEventData()

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

适用于

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

Source:
MediaJobStateChangeEventData.cs
public MediaJobStateChangeEventData (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.MediaJobStateChangeEventData : Microsoft.Azure.EventGrid.Models.MediaJobState * Microsoft.Azure.EventGrid.Models.MediaJobState * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.EventGrid.Models.MediaJobStateChangeEventData
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)

参数

previousState
MediaJobState
correlationData
IDictionary<String,String>

适用于