你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubEventSubscriptionDestination 构造函数

定义

重载

EventHubEventSubscriptionDestination()

初始化 EventHubEventSubscriptionDestination 类的新实例。

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

初始化 EventHubEventSubscriptionDestination 类的新实例。

EventHubEventSubscriptionDestination()

初始化 EventHubEventSubscriptionDestination 类的新实例。

public EventHubEventSubscriptionDestination ();
Public Sub New ()

适用于

EventHubEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

初始化 EventHubEventSubscriptionDestination 类的新实例。

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)

参数

resourceId
String

表示事件订阅的事件中心目标的终结点的 Azure 资源 ID。

deliveryAttributeMappings
IList<DeliveryAttributeMapping>

传递属性详细信息。

适用于