MediaJobCancelingEventData 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
MediaJobCancelingEventData() | |
MediaJobCancelingEventData(MediaJobState, MediaJobState, IDictionary<String,String>) |
MediaJobCancelingEventData()
public MediaJobCancelingEventData ();
Public Sub New ()
Applies to
MediaJobCancelingEventData(MediaJobState, MediaJobState, IDictionary<String,String>)
public MediaJobCancelingEventData (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.MediaJobCancelingEventData : Microsoft.Azure.EventGrid.Models.MediaJobState * Microsoft.Azure.EventGrid.Models.MediaJobState * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.EventGrid.Models.MediaJobCancelingEventData
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>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET