Udostępnij za pośrednictwem


IWebHookEventSubscriptionDestination Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebHookEventSubscriptionDestinationTypeConverter))]
public interface IWebHookEventSubscriptionDestination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebHookEventSubscriptionDestinationTypeConverter))>]
type IWebHookEventSubscriptionDestination = interface
    interface IJsonSerializable
    interface IEventSubscriptionDestination
Public Interface IWebHookEventSubscriptionDestination
Implements IEventSubscriptionDestination
Derived
Attributes
Implements

Properties

AzureActiveDirectoryApplicationIdOrUri

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

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

DeliveryAttributeMapping

Delivery attribute details.

EndpointBaseUrl

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

EndpointType

Type of the endpoint for the event subscription destination.

(Inherited from IEventSubscriptionDestination)
EndpointUrl

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

PreferredBatchSizeInKilobyte

Preferred batch size in Kilobytes.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to