CustomEventsTrigger 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
CustomEventsTrigger() |
Inicializa uma nova instância da classe CustomEventsTrigger. |
CustomEventsTrigger(IList<Object>, String, IDictionary<String, Object>, String, String, IList<Object>, IList<TriggerPipelineReference>, String, String) |
Inicializa uma nova instância da classe CustomEventsTrigger. |
CustomEventsTrigger()
Inicializa uma nova instância da classe CustomEventsTrigger.
public CustomEventsTrigger ();
Public Sub New ()
Aplica-se a
CustomEventsTrigger(IList<Object>, String, IDictionary<String, Object>, String, String, IList<Object>, IList<TriggerPipelineReference>, String, String)
Inicializa uma nova instância da classe CustomEventsTrigger.
public CustomEventsTrigger (System.Collections.Generic.IList<object> events, string scope, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, string runtimeState = default, System.Collections.Generic.IList<object> annotations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference> pipelines = default, string subjectBeginsWith = default, string subjectEndsWith = default);
new Microsoft.Azure.Management.DataFactory.Models.CustomEventsTrigger : System.Collections.Generic.IList<obj> * string * System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<obj> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference> * string * string -> Microsoft.Azure.Management.DataFactory.Models.CustomEventsTrigger
Public Sub New (events As IList(Of Object), scope As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional runtimeState As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional pipelines As IList(Of TriggerPipelineReference) = Nothing, Optional subjectBeginsWith As String = Nothing, Optional subjectEndsWith As String = Nothing)
Parâmetros
- scope
- String
A ID do recurso ARM do Tópico Grade de Eventos do Azure.
- additionalProperties
- IDictionary<String,Object>
As propriedades sem correspondência da mensagem são desserializadas nesta coleção
- description
- String
Descrição do gatilho.
- runtimeState
- String
Indica se o gatilho está em execução ou não. Atualizado quando as APIs Iniciar/Parar são chamadas no Gatilho. Os valores possíveis incluem: 'Started', 'Stopped', 'Disabled'
- pipelines
- IList<TriggerPipelineReference>
Pipelines que precisam ser iniciados.
- subjectBeginsWith
- String
O assunto do evento deve começar com o padrão fornecido para que o gatilho seja acionado. Pelo menos um deles deve ser fornecido: subjectBeginsWith, subjectEndsWith.
- subjectEndsWith
- String
O assunto do evento deve terminar com o padrão fornecido para que o gatilho seja acionado. Pelo menos um deles deve ser fornecido: subjectBeginsWith, subjectEndsWith.
Aplica-se a
Azure SDK for .NET