EventHubEventSubscriptionDestinationProperties Class
The properties for a event hub destination.
Constructor
EventHubEventSubscriptionDestinationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. |
|
delivery_attribute_mappings
|
Delivery attribute details. |
Attributes
delivery_attribute_mappings
Delivery attribute details.
delivery_attribute_mappings: list['_models.DeliveryAttributeMapping'] | None
resource_id
The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
resource_id: str | None