Share via


WebHookEventSubscriptionDestination Class

Definition

Information about the webhook destination for an event subscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebHookEventSubscriptionDestinationTypeConverter))]
public class WebHookEventSubscriptionDestination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebHookEventSubscriptionDestination, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebHookEventSubscriptionDestinationTypeConverter))>]
type WebHookEventSubscriptionDestination = class
    interface IWebHookEventSubscriptionDestination
    interface IJsonSerializable
    interface IEventSubscriptionDestination
    interface IValidates
Public Class WebHookEventSubscriptionDestination
Implements IValidates, IWebHookEventSubscriptionDestination
Inheritance
WebHookEventSubscriptionDestination
Attributes
Implements

Constructors

WebHookEventSubscriptionDestination()

Creates an new WebHookEventSubscriptionDestination instance.

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.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebHookEventSubscriptionDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebHookEventSubscriptionDestination.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebHookEventSubscriptionDestination.

FromJsonString(String)

Creates a new instance of WebHookEventSubscriptionDestination, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebHookEventSubscriptionDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to