ServiceBusQueueEventSubscriptionDestination Class

Definition

Information about the service bus destination for an event subscription.

[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
Inheritance
ServiceBusQueueEventSubscriptionDestination
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ServiceBusQueueEventSubscriptionDestination()

Initializes a new instance of the ServiceBusQueueEventSubscriptionDestination class.

ServiceBusQueueEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)

Initializes a new instance of the ServiceBusQueueEventSubscriptionDestination class.

Properties

DeliveryAttributeMappings

Gets or sets delivery attribute details.

ResourceId

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

Applies to