EventHubTriggerAttribute Classe
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.
Configure um "gatilho" em um parâmetro para escutar eventos de um hub de eventos.
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class EventHubTriggerAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type EventHubTriggerAttribute = class
inherit Attribute
Public NotInheritable Class EventHubTriggerAttribute
Inherits Attribute
- Herança
-
EventHubTriggerAttribute
- Atributos
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Construtores
EventHubTriggerAttribute(String) |
Crie uma instância desse atributo. |
Propriedades
Connection |
Obtém ou define o nome de configuração do aplicativo opcional que contém a cadeia de conexão do Hub de Eventos. Se estiver ausente, tentará usar um receptor do hub de eventos registrado. |
ConsumerGroup |
Nome opcional do grupo de consumidores. Se estiver ausente, use o nome padrão , "$Default" |
EventHubName |
Nome do hub de eventos. |
Aplica-se a
Azure SDK for .NET