Delen via


WebHookEventSubscriptionDestination Constructors

Definition

Overloads

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.

WebHookEventSubscriptionDestination()

Initializes a new instance of the WebHookEventSubscriptionDestination class.

public WebHookEventSubscriptionDestination ();
Public Sub New ()

Applies to

WebHookEventSubscriptionDestination(String, String, Nullable<Int32>, Nullable<Int32>, String, String, IList<DeliveryAttributeMapping>)

Initializes a new instance of the WebHookEventSubscriptionDestination class.

public WebHookEventSubscriptionDestination (string endpointUrl = default, string endpointBaseUrl = default, int? maxEventsPerBatch = default, int? preferredBatchSizeInKilobytes = default, string azureActiveDirectoryTenantId = default, string azureActiveDirectoryApplicationIdOrUri = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.WebHookEventSubscriptionDestination : string * string * Nullable<int> * Nullable<int> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.WebHookEventSubscriptionDestination
Public Sub New (Optional endpointUrl As String = Nothing, Optional endpointBaseUrl As String = Nothing, Optional maxEventsPerBatch As Nullable(Of Integer) = Nothing, Optional preferredBatchSizeInKilobytes As Nullable(Of Integer) = Nothing, Optional azureActiveDirectoryTenantId As String = Nothing, Optional azureActiveDirectoryApplicationIdOrUri As String = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)

Parameters

endpointUrl
String

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

endpointBaseUrl
String

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

maxEventsPerBatch
Nullable<Int32>

Maximum number of events per batch.

preferredBatchSizeInKilobytes
Nullable<Int32>

Preferred batch size in Kilobytes.

azureActiveDirectoryTenantId
String

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

azureActiveDirectoryApplicationIdOrUri
String

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

deliveryAttributeMappings
IList<DeliveryAttributeMapping>

Delivery attribute details.

Applies to