Condividi tramite


EventHubEventSubscriptionDestination Constructors

Definition

Overloads

EventHubEventSubscriptionDestination()

Initializes a new instance of the EventHubEventSubscriptionDestination class.

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

Initializes a new instance of the EventHubEventSubscriptionDestination class.

EventHubEventSubscriptionDestination()

Initializes a new instance of the EventHubEventSubscriptionDestination class.

public EventHubEventSubscriptionDestination ();
Public Sub New ()

Applies to

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

Initializes a new instance of the EventHubEventSubscriptionDestination class.

public EventHubEventSubscriptionDestination (string resourceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.EventHubEventSubscriptionDestination : string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.EventHubEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)

Parameters

resourceId
String

The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.

deliveryAttributeMappings
IList<DeliveryAttributeMapping>

Delivery attribute details.

Applies to