EventHubEventSubscriptionDestination Class
Information about the event hub destination for an event subscription.
Constructor
EventHubEventSubscriptionDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
Event Hub Properties of the event subscription destination. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.EVENT_HUB>
Type of the endpoint for the event subscription destination. Required. EventHub. |
Attributes
endpoint_type
Type of the endpoint for the event subscription destination. Required. EventHub.
endpoint_type: EVENT_HUB: 'EventHub'>]
properties
Event Hub Properties of the event subscription destination.
properties: _models.EventHubEventSubscriptionDestinationProperties | None