Delen via


WebHookEventSubscriptionDestination Class

Definition

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
WebHookEventSubscriptionDestination
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

IJsonModel<EventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EventSubscriptionDestination)
IJsonModel<EventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EventSubscriptionDestination)
IJsonModel<WebHookEventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebHookEventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EventSubscriptionDestination)
IPersistableModel<WebHookEventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebHookEventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebHookEventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to