MediaJobOutputScheduledEventData Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MediaJobOutputScheduledEventData() | |
MediaJobOutputScheduledEventData(MediaJobState, MediaJobOutput, IDictionary<String,String>) |
MediaJobOutputScheduledEventData()
public MediaJobOutputScheduledEventData ();
Public Sub New ()
S’applique à
MediaJobOutputScheduledEventData(MediaJobState, MediaJobOutput, IDictionary<String,String>)
public MediaJobOutputScheduledEventData (Microsoft.Azure.EventGrid.Models.MediaJobState previousState = Microsoft.Azure.EventGrid.Models.MediaJobState.Canceled, Microsoft.Azure.EventGrid.Models.MediaJobOutput output = default, System.Collections.Generic.IDictionary<string,string> jobCorrelationData = default);
new Microsoft.Azure.EventGrid.Models.MediaJobOutputScheduledEventData : Microsoft.Azure.EventGrid.Models.MediaJobState * Microsoft.Azure.EventGrid.Models.MediaJobOutput * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.EventGrid.Models.MediaJobOutputScheduledEventData
Public Sub New (Optional previousState As MediaJobState = Microsoft.Azure.EventGrid.Models.MediaJobState.Canceled, Optional output As MediaJobOutput = Nothing, Optional jobCorrelationData As IDictionary(Of String, String) = Nothing)
Paramètres
- previousState
- MediaJobState
- output
- MediaJobOutput
- jobCorrelationData
- IDictionary<String,String>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET