EventHubReceiver interface
An Event hub receiver.
Properties
event |
The name of the specific Event Hub queue |
event |
The Event Hub namespace |
name | The name of the Event hub receiver. Names must be unique across all receivers within an action group. |
subscription |
The Id for the subscription containing this event hub |
tenant |
The tenant Id for the subscription containing this event hub |
use |
Indicates whether to use common alert schema. |
Property Details
eventHubName
The name of the specific Event Hub queue
eventHubName: string
Property Value
string
eventHubNameSpace
The Event Hub namespace
eventHubNameSpace: string
Property Value
string
name
The name of the Event hub receiver. Names must be unique across all receivers within an action group.
name: string
Property Value
string
subscriptionId
The Id for the subscription containing this event hub
subscriptionId: string
Property Value
string
tenantId
The tenant Id for the subscription containing this event hub
tenantId?: string
Property Value
string
useCommonAlertSchema
Indicates whether to use common alert schema.
useCommonAlertSchema?: boolean
Property Value
boolean