EventHubAttribute Clase

Definición

Configure un enlace de "salida" en un centro de eventos. Puede ser cualquier tipo de salida compatible con un 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
Herencia
EventHubAttribute
Atributos
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Constructores

EventHubAttribute(String)

Inicialización de una nueva instancia de EventHubAttribute

Propiedades

Connection

Obtiene o establece el nombre de cadena de conexión opcional que contiene la cadena de conexión del centro de eventos. Si falta, intenta usar un remitente del centro de eventos registrado.

EventHubName

El nombre del centro de eventos.

Se aplica a