EventHubAttribute(String) Constructor

Definition

Initialize a new instance of the EventHubAttribute

public EventHubAttribute (string eventHubName);
new Microsoft.Azure.WebJobs.EventHubAttribute : string -> Microsoft.Azure.WebJobs.EventHubAttribute
Public Sub New (eventHubName As String)

Parameters

eventHubName
String

Name of the event hub.

Applies to