Share via


IEventHubEventSubscriptionDestination.DeliveryAttributeMapping Property

Definition

Delivery attribute details.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Delivery attribute details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping), typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticDeliveryAttributeMapping), typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="deliveryAttributeMappings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping> DeliveryAttributeMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Delivery attribute details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping), typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticDeliveryAttributeMapping), typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="deliveryAttributeMappings", Update=true)>]
member this.DeliveryAttributeMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping> with get, set
Public Property DeliveryAttributeMapping As List(Of IDeliveryAttributeMapping)

Property Value

Attributes

Applies to