Share via


ServiceBusQueueEventSubscriptionDestination.DeliveryAttributeMappings Property

Definition

Delivery attribute details. Please note DeliveryAttributeMapping is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DynamicDeliveryAttributeMapping and StaticDeliveryAttributeMapping.

public System.Collections.Generic.IList<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping> DeliveryAttributeMappings { get; }
member this.DeliveryAttributeMappings : System.Collections.Generic.IList<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>
Public ReadOnly Property DeliveryAttributeMappings As IList(Of DeliveryAttributeMapping)

Property Value

Applies to