你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoutingEventHubProperties interface

The properties related to an event hub endpoint.

Properties

authenticationType

Method used to authenticate against the event hub endpoint

connectionString

The connection string of the event hub endpoint.

endpointUri

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

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.

resourceGroup

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

subscriptionId

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