DeadLetterWithResourceIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET