HybridConnectionEventSubscriptionDestination 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
HybridConnectionEventSubscriptionDestination() |
Initializes a new instance of the HybridConnectionEventSubscriptionDestination class. |
HybridConnectionEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>) |
Initializes a new instance of the HybridConnectionEventSubscriptionDestination class. |
HybridConnectionEventSubscriptionDestination()
Initializes a new instance of the HybridConnectionEventSubscriptionDestination class.
public HybridConnectionEventSubscriptionDestination ();
Public Sub New ()
Applies to
HybridConnectionEventSubscriptionDestination(String, IList<DeliveryAttributeMapping>)
Initializes a new instance of the HybridConnectionEventSubscriptionDestination class.
public HybridConnectionEventSubscriptionDestination (string resourceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.HybridConnectionEventSubscriptionDestination : string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.HybridConnectionEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)
Parameters
- resourceId
- String
The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- deliveryAttributeMappings
- IList<DeliveryAttributeMapping>
Delivery attribute details.