你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventSubscription.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.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination Destination { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)>]
member this.Destination : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination with get, set
Public Property Destination As IEventSubscriptionDestination

Property Value

Implements

Attributes

Applies to