Compartir a través de


EventSubscription.Destination Propiedad

Definición

Obtiene o establece información sobre el destino donde se deben entregar los eventos para la suscripción de eventos. Usa la identidad de Azure Event Grid para adquirir los tokens de autenticación que se usan durante la entrega o los mensajes fallidos.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.destination")]
public Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination Destination { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.destination")>]
member this.Destination : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination with get, set
Public Property Destination As EventSubscriptionDestination

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a