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.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ServiceBusTopic")]
public class ServiceBusTopicEventSubscriptionDestination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ServiceBusTopic")>]
type ServiceBusTopicEventSubscriptionDestination = class
inherit EventSubscriptionDestination
Public Class ServiceBusTopicEventSubscriptionDestination
Inherits EventSubscriptionDestination
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ServiceBusTopicEventSubscriptionDestination() |
Initializes a new instance of the ServiceBusTopicEventSubscriptionDestination class. |
ServiceBusTopicEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>) |
Initializes a new instance of the ServiceBusTopicEventSubscriptionDestination 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 Topic destination of an event subscription. |
Applies to
Azure SDK for .NET