AzureFunctionEventSubscriptionDestination Class

Information about the azure function destination for an event subscription.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.eventgrid.models._models_py3.EventSubscriptionDestination
AzureFunctionEventSubscriptionDestination

Constructor

AzureFunctionEventSubscriptionDestination(*, resource_id: Optional[str] = None, max_events_per_batch: Optional[int] = 1, preferred_batch_size_in_kilobytes: Optional[int] = 64, delivery_attribute_mappings: Optional[List[azure.mgmt.eventgrid.models._models_py3.DeliveryAttributeMapping]] = None, **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".

resource_id
str

The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.

max_events_per_batch
int

Maximum number of events per batch.

preferred_batch_size_in_kilobytes
int

Preferred batch size in Kilobytes.

delivery_attribute_mappings
list[DeliveryAttributeMapping]

Delivery attribute details.