RoutingEventHubProperties interface
The properties related to an event hub endpoint.
Properties
authentication |
Method used to authenticate against the event hub endpoint |
connection |
The connection string of the event hub endpoint. |
endpoint |
The url of the event hub endpoint. It must include the protocol sb:// |
entity |
Event hub name on the event hub namespace |
id | Id of the event hub endpoint |
identity | Managed identity properties of routing event hub endpoint. |
name | The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types. |
resource |
The name of the resource group of the event hub endpoint. |
subscription |
The subscription identifier of the event hub endpoint. |
Property Details
authenticationType
Method used to authenticate against the event hub endpoint
authenticationType?: string
Property Value
string
connectionString
The connection string of the event hub endpoint.
connectionString?: string
Property Value
string
endpointUri
The url of the event hub endpoint. It must include the protocol sb://
endpointUri?: string
Property Value
string
entityPath
Event hub name on the event hub namespace
entityPath?: string
Property Value
string
id
Id of the event hub endpoint
id?: string
Property Value
string
identity
Managed identity properties of routing event hub endpoint.
identity?: ManagedIdentity
Property Value
name
The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types.
name: string
Property Value
string
resourceGroup
The name of the resource group of the event hub endpoint.
resourceGroup?: string
Property Value
string
subscriptionId
The subscription identifier of the event hub endpoint.
subscriptionId?: string
Property Value
string