ServiceBusTopicEventSubscriptionDestination 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
ServiceBusTopicEventSubscriptionDestination() |
Initializes a new instance of the ServiceBusTopicEventSubscriptionDestination class. |
ServiceBusTopicEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>) |
Initializes a new instance of the ServiceBusTopicEventSubscriptionDestination class. |
ServiceBusTopicEventSubscriptionDestination()
Initializes a new instance of the ServiceBusTopicEventSubscriptionDestination class.
public ServiceBusTopicEventSubscriptionDestination ();
Public Sub New ()
Applies to
ServiceBusTopicEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)
Initializes a new instance of the ServiceBusTopicEventSubscriptionDestination class.
public ServiceBusTopicEventSubscriptionDestination (string resourceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination : string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.ServiceBusTopicEventSubscriptionDestination
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 Topic destination of an event subscription.
- deliveryAttributeMappings
- IList<DeliveryAttributeMapping>
Delivery attribute details.
Applies to
Azure SDK for .NET