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.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("WebHook")]
public class WebHookEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("WebHook")>]
type WebHookEventSubscriptionDestination = class
inherit EventSubscriptionDestination
Public Class WebHookEventSubscriptionDestination
Inherits EventSubscriptionDestination
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
WebHookEventSubscriptionDestination() |
Initializes a new instance of the WebHookEventSubscriptionDestination class. |
WebHookEventSubscriptionDestination(String, String, Nullable<Int32>, Nullable<Int32>, String, String, IList<DeliveryAttributeMapping>) |
Initializes a new instance of the WebHookEventSubscriptionDestination class. |
Properties
AzureActiveDirectoryApplicationIdOrUri |
Gets or sets the Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |
AzureActiveDirectoryTenantId |
Gets or sets the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. |
DeliveryAttributeMappings |
Gets or sets delivery attribute details. |
EndpointBaseUrl |
Gets the base URL that represents the endpoint of the destination of an event subscription. |
EndpointUrl |
Gets or sets the URL that represents the endpoint of the destination of an event subscription. |
MaxEventsPerBatch |
Gets or sets maximum number of events per batch. |
PreferredBatchSizeInKilobytes |
Gets or sets preferred batch size in Kilobytes. |
Applies to
Azure SDK for .NET