Share via


ServiceBusQueueEventSubscriptionDestination Class

Definition

Information about the service bus destination for an event subscription.

public class ServiceBusQueueEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination
type ServiceBusQueueEventSubscriptionDestination = class
    inherit EventSubscriptionDestination
Public Class ServiceBusQueueEventSubscriptionDestination
Inherits EventSubscriptionDestination
Inheritance
ServiceBusQueueEventSubscriptionDestination

Constructors

ServiceBusQueueEventSubscriptionDestination()

Initializes a new instance of ServiceBusQueueEventSubscriptionDestination.

Properties

DeliveryAttributeMappings

Delivery attribute details. Please note DeliveryAttributeMapping is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DynamicDeliveryAttributeMapping and StaticDeliveryAttributeMapping.

ResourceId

The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.

Applies to