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

ServiceBusQueueEventSubscriptionDestination 类

定义

有关事件订阅的服务总线目标的信息。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ServiceBusQueue")]
public class ServiceBusQueueEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ServiceBusQueue")>]
type ServiceBusQueueEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class ServiceBusQueueEventSubscriptionDestination
Inherits EventSubscriptionDestination
继承
ServiceBusQueueEventSubscriptionDestination
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

ServiceBusQueueEventSubscriptionDestination()

初始化 ServiceBusQueueEventSubscriptionDestination 类的新实例。

ServiceBusQueueEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

初始化 ServiceBusQueueEventSubscriptionDestination 类的新实例。

属性

DeliveryAttributeMappings

获取或设置传递属性详细信息。

ResourceId

获取或设置表示事件订阅的服务总线目标的终结点的 Azure 资源 ID。

适用于