EventHubTriggerAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Configurez un « déclencheur » sur un paramètre pour écouter les événements d’un hub d’événements.
[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
- Héritage
-
EventHubTriggerAttribute
- Attributs
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructeurs
EventHubTriggerAttribute(String) |
Créez un instance de cet attribut. |
Propriétés
Connection |
Obtient ou définit le nom du paramètre d’application facultatif qui contient la chaîne de connexion Event Hub. En cas d’absence, tente d’utiliser un récepteur event hub inscrit. |
ConsumerGroup |
Nom facultatif du groupe de consommateurs. S’il est manquant, utilisez le nom par défaut « $Default » |
EventHubName |
Nom du Event Hub. |
S’applique à
Azure SDK for .NET