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
msrest.serialization.Model
EventSubscriptionDestination

Constructor

EventSubscriptionDestination(**kwargs)

Variables

Name Description
endpoint_type

Required. Type of the endpoint for the event subscription destination.Constant filled by server. Possible values include: "WebHook", "EventHub", "StorageQueue", "HybridConnection", "ServiceBusQueue", "ServiceBusTopic", "AzureFunction".