ServiceBusQueueEventSubscriptionDestination Constructors
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.
Overloads
ServiceBusQueueEventSubscriptionDestination() |
Initializes a new instance of the ServiceBusQueueEventSubscriptionDestination class. |
ServiceBusQueueEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>) |
Initializes a new instance of the ServiceBusQueueEventSubscriptionDestination class. |
ServiceBusQueueEventSubscriptionDestination()
Initializes a new instance of the ServiceBusQueueEventSubscriptionDestination class.
public ServiceBusQueueEventSubscriptionDestination ();
Public Sub New ()
Applies to
ServiceBusQueueEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)
Initializes a new instance of the ServiceBusQueueEventSubscriptionDestination class.
public ServiceBusQueueEventSubscriptionDestination (string resourceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.ServiceBusQueueEventSubscriptionDestination : string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.ServiceBusQueueEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)
Parameters
- resourceId
- String
The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- deliveryAttributeMappings
- IList<DeliveryAttributeMapping>
Delivery attribute details.
Applies to
Azure SDK for .NET