DeadLetterWithResourceIdentity Class

Definition

Information about the deadletter destination with resource identity.

public class DeadLetterWithResourceIdentity
type DeadLetterWithResourceIdentity = class
Public Class DeadLetterWithResourceIdentity
Inheritance
DeadLetterWithResourceIdentity

Constructors

DeadLetterWithResourceIdentity()

Initializes a new instance of the DeadLetterWithResourceIdentity class.

DeadLetterWithResourceIdentity(EventSubscriptionIdentity, DeadLetterDestination)

Initializes a new instance of the DeadLetterWithResourceIdentity class.

Properties

DeadLetterDestination

Gets or sets information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.

Identity

Gets or sets the identity to use when dead-lettering events.

Applies to