EventSubscriptionDestination Class
Information about the destination for an event subscription.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureFunctionEventSubscriptionDestination, EventHubEventSubscriptionDestination, HybridConnectionEventSubscriptionDestination, ServiceBusQueueEventSubscriptionDestination, ServiceBusTopicEventSubscriptionDestination, StorageQueueEventSubscriptionDestination, WebHookEventSubscriptionDestination.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
EventSubscriptionDestination
Constructor
EventSubscriptionDestination(**kwargs)
Variables
- endpoint_type
- str or EndpointType
Required. Type of the endpoint for the event subscription destination.Constant filled by server. Possible values include: "WebHook", "EventHub", "StorageQueue", "HybridConnection", "ServiceBusQueue", "ServiceBusTopic", "AzureFunction".
Feedback
Submit and view feedback for