Udostępnij za pośrednictwem


EventSubscriptionUpdateParameters.DeadLetterWithResourceIdentity Property

Definition

Gets or sets the dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to