EventHubAttribute 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 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
Azure SDK for .NET