MediaJobStateChangeEventData Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MediaJobStateChangeEventData() | |
MediaJobStateChangeEventData(MediaJobState, MediaJobState, IDictionary<String,String>) |
MediaJobStateChangeEventData()
public MediaJobStateChangeEventData ();
Public Sub New ()
Aplica-se a
MediaJobStateChangeEventData(MediaJobState, MediaJobState, IDictionary<String,String>)
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)
Parâmetros
- previousState
- MediaJobState
- state
- MediaJobState
- correlationData
- IDictionary<String,String>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET