WebHookEventSubscriptionDestination Class
Information about the webhook destination for an event subscription.
Constructor
WebHookEventSubscriptionDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
WebHook Properties of the event subscription destination. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.WEB_HOOK>
Type of the endpoint for the event subscription destination. Required. WebHook. |
Attributes
endpoint_type
Type of the endpoint for the event subscription destination. Required. WebHook.
endpoint_type: WEB_HOOK: 'WebHook'>]
properties
WebHook Properties of the event subscription destination.
properties: _models.WebHookEventSubscriptionDestinationProperties | None