ServiceBusTopicEventSubscriptionDestination Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the service bus topic destination for an event subscription.
public class ServiceBusTopicEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination
public class ServiceBusTopicEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination>
type ServiceBusTopicEventSubscriptionDestination = class
inherit EventSubscriptionDestination
type ServiceBusTopicEventSubscriptionDestination = class
inherit EventSubscriptionDestination
interface IJsonModel<ServiceBusTopicEventSubscriptionDestination>
interface IPersistableModel<ServiceBusTopicEventSubscriptionDestination>
Public Class ServiceBusTopicEventSubscriptionDestination
Inherits EventSubscriptionDestination
Public Class ServiceBusTopicEventSubscriptionDestination
Inherits EventSubscriptionDestination
Implements IJsonModel(Of ServiceBusTopicEventSubscriptionDestination), IPersistableModel(Of ServiceBusTopicEventSubscriptionDestination)
- Inheritance
- Implements
Constructors
ServiceBusTopicEventSubscriptionDestination() |
Initializes a new instance of ServiceBusTopicEventSubscriptionDestination. |
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 Topic destination of an event subscription. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET