EventHubEndpointResponse

data class EventHubEndpointResponse(val eventHubName: String, val fullyQualifiedNamespace: String, val type: String)

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.

Constructors

Link copied to clipboard
constructor(eventHubName: String, fullyQualifiedNamespace: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Event Hub.

Link copied to clipboard

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

Link copied to clipboard

Expected value is 'EventHub'.