ServiceBusQueueEventSubscriptionDestination 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 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
- 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
Azure SDK for .NET