IServiceBusTopicEventSubscriptionDestination.DeliveryAttributeMapping Property
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.
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