Delen via


WebHookEventSubscriptionDestination Class

Definition

Information about the webhook destination for an event subscription.

public class WebHookEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination
type WebHookEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class WebHookEventSubscriptionDestination
Inherits EventSubscriptionDestination
Inheritance
WebHookEventSubscriptionDestination

Constructors

WebHookEventSubscriptionDestination()

Initializes a new instance of WebHookEventSubscriptionDestination.

Properties

AzureActiveDirectoryTenantId

The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.

BaseEndpoint

The base URL that represents the endpoint of the destination of an event subscription.

DeliveryAttributeMappings

Delivery attribute details. Please note DeliveryAttributeMapping is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DynamicDeliveryAttributeMapping and StaticDeliveryAttributeMapping.

Endpoint

The URL that represents the endpoint of the destination of an event subscription.

MaxEventsPerBatch

Maximum number of events per batch.

MinimumTlsVersionAllowed

Minimum TLS version that should be supported by webhook endpoint.

PreferredBatchSizeInKilobytes

Preferred batch size in Kilobytes.

UriOrAzureActiveDirectoryApplicationId

The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.

Applies to