Share via


HybridConnectionEventSubscriptionDestination.DeliveryAttributeMappings Property

Definition

Delivery attribute details. Please note Azure.ResourceManager.EventGrid.Models.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 Azure.ResourceManager.EventGrid.Models.DynamicDeliveryAttributeMapping and Azure.ResourceManager.EventGrid.Models.StaticDeliveryAttributeMapping.

public Azure.Provisioning.BicepList<Azure.Provisioning.EventGrid.DeliveryAttributeMapping> DeliveryAttributeMappings { get; set; }
member this.DeliveryAttributeMappings : Azure.Provisioning.BicepList<Azure.Provisioning.EventGrid.DeliveryAttributeMapping> with get, set
Public Property DeliveryAttributeMappings As BicepList(Of DeliveryAttributeMapping)

Property Value

Applies to