EventHubEndpoint interface

An Event Hub endpoint. The managed identity of Web PubSub service must be enabled, and the identity should have the "Azure Event Hubs Data sender" role to access Event Hub.

Extends

Properties

eventHubName

The name of the Event Hub.

fullyQualifiedNamespace

The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net".

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

eventHubName

The name of the Event Hub.

eventHubName: string

Property Value

string

fullyQualifiedNamespace

The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net".

fullyQualifiedNamespace: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "EventHub"

Property Value

"EventHub"