共用方式為


EventSubscription.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 (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deadLetterWithResourceIdentity")]
public Microsoft.Azure.Management.EventGrid.Models.DeadLetterWithResourceIdentity DeadLetterWithResourceIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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