WebHookEventSubscriptionDestination Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the webhook destination for an event subscription.
public class WebHookEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination
public class WebHookEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.WebHookEventSubscriptionDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.WebHookEventSubscriptionDestination>
type WebHookEventSubscriptionDestination = class
inherit EventSubscriptionDestination
type WebHookEventSubscriptionDestination = class
inherit EventSubscriptionDestination
interface IJsonModel<WebHookEventSubscriptionDestination>
interface IPersistableModel<WebHookEventSubscriptionDestination>
Public Class WebHookEventSubscriptionDestination
Inherits EventSubscriptionDestination
Public Class WebHookEventSubscriptionDestination
Inherits EventSubscriptionDestination
Implements IJsonModel(Of WebHookEventSubscriptionDestination), IPersistableModel(Of WebHookEventSubscriptionDestination)
- Inheritance
- Implements
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET