EventHubAttribute Classe

Définition

Configurez une liaison de « sortie » à un EventHub. Il peut s’agir de n’importe quel type de sortie compatible avec 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
Héritage
EventHubAttribute
Attributs
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Constructeurs

EventHubAttribute(String)

Initialiser une nouvelle instance duEventHubAttribute

Propriétés

Connection

Obtient ou définit le nom de la chaîne de connexion facultative qui contient la chaîne de connexion Event Hub. S’il est manquant, tente d’utiliser un expéditeur de hub d’événements inscrit.

EventHubName

Nom du hub d’événements.

S’applique à