RoutingEventHubProperties interface
The properties related to an event hub endpoint.
Properties
connection |
The connection string 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. |
resource |
The name of the resource group of the event hub endpoint. |
subscription |
The subscription identifier of the event hub endpoint. |
Property Details
connectionString
The connection string of the event hub endpoint.
connectionString: string
Property Value
string
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