Share via


RoutingEventHubProperties Class

Definition

The properties related to an event hub endpoint.

public class RoutingEventHubProperties
type RoutingEventHubProperties = class
Public Class RoutingEventHubProperties
Inheritance
RoutingEventHubProperties

Constructors

RoutingEventHubProperties(String)

Initializes a new instance of RoutingEventHubProperties.

Properties

AuthenticationType

Method used to authenticate against the event hub endpoint.

ConnectionString

The connection string of the event hub endpoint.

Endpoint

The url of the event hub endpoint. It must include the protocol sb://.

EntityPath

Event hub name on the event hub namespace.

Id

Id of the 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.

ResourceGroup

The name of the resource group of the event hub endpoint.

SubscriptionId

The subscription identifier of the event hub endpoint.

UserAssignedIdentity

The user assigned identity.

Applies to