EventHubEventSubscriptionDestination interface
Information about the event hub destination for an event subscription.
- Extends
Properties
| delivery |
Delivery attribute details. |
| endpoint |
Type of the endpoint for the event subscription destination. |
| resource |
The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. |
Property Details
deliveryAttributeMappings
Delivery attribute details.
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]
Property Value
endpointType
Type of the endpoint for the event subscription destination.
endpointType: "EventHub"
Property Value
"EventHub"
resourceId
The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
resourceId?: string
Property Value
string