AzureFunctionEventSubscriptionDestination Class
Information about the azure function destination for an event subscription.
Constructor
AzureFunctionEventSubscriptionDestination(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
properties
|
Azure Function Properties of the event subscription destination. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.AZURE_FUNCTION>
Type of the endpoint for the event subscription destination. Required. AzureFunction. |
Attributes
endpoint_type
Type of the endpoint for the event subscription destination. Required. AzureFunction.
endpoint_type: AZURE_FUNCTION: 'AzureFunction'>]
properties
Azure Function Properties of the event subscription destination.
properties: _models.AzureFunctionEventSubscriptionDestinationProperties | None