Share via


EventSubscriptionProperties.Destination Property

Definition

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination Destination { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Owned)>]
member this.Destination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination with get, set
Public Property Destination As IEventSubscriptionDestination

Property Value

Implements

Attributes

Applies to