Partilhar via


EventHubAttribute Classe

Definição

Configure uma associação de "saída" para um EventHub. Pode ser qualquer tipo de saída compatível com um IAsyncCollector.

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public sealed class EventHubAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type EventHubAttribute = class
    inherit Attribute
Public NotInheritable Class EventHubAttribute
Inherits Attribute
Herança
EventHubAttribute
Atributos
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Construtores

EventHubAttribute(String)

Inicializar uma nova instância do EventHubAttribute

Propriedades

Connection

Obtém ou define o nome da cadeia de conexão opcional que contém a cadeia de conexão do Hub de Eventos. Se estiver ausente, tentará usar um remetente do hub de eventos registrado.

EventHubName

O nome do hub de eventos.

Aplica-se a