Share via


EventHubEventSubscriptionDestination Class

Definition

Information about the event hub destination for an event subscription.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("EventHub")]
public class EventHubEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("EventHub")>]
type EventHubEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class EventHubEventSubscriptionDestination
Inherits EventSubscriptionDestination
Inheritance
EventHubEventSubscriptionDestination
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

EventHubEventSubscriptionDestination()

Initializes a new instance of the EventHubEventSubscriptionDestination class.

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

Initializes a new instance of the EventHubEventSubscriptionDestination class.

Properties

DeliveryAttributeMappings

Gets or sets delivery attribute details.

ResourceId

Gets or sets the Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.

Applies to