DeadLetterWithResourceIdentity Constructors

Definition

Overloads

DeadLetterWithResourceIdentity()

Initializes a new instance of the DeadLetterWithResourceIdentity class.

DeadLetterWithResourceIdentity(EventSubscriptionIdentity, DeadLetterDestination)

Initializes a new instance of the DeadLetterWithResourceIdentity class.

DeadLetterWithResourceIdentity()

Initializes a new instance of the DeadLetterWithResourceIdentity class.

public DeadLetterWithResourceIdentity ();
Public Sub New ()

Applies to

DeadLetterWithResourceIdentity(EventSubscriptionIdentity, DeadLetterDestination)

Initializes a new instance of the DeadLetterWithResourceIdentity class.

public DeadLetterWithResourceIdentity (Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionIdentity identity = default, Microsoft.Azure.Management.EventGrid.Models.DeadLetterDestination deadLetterDestination = default);
new Microsoft.Azure.Management.EventGrid.Models.DeadLetterWithResourceIdentity : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionIdentity * Microsoft.Azure.Management.EventGrid.Models.DeadLetterDestination -> Microsoft.Azure.Management.EventGrid.Models.DeadLetterWithResourceIdentity
Public Sub New (Optional identity As EventSubscriptionIdentity = Nothing, Optional deadLetterDestination As DeadLetterDestination = Nothing)

Parameters

identity
EventSubscriptionIdentity

The identity to use when dead-lettering events.

deadLetterDestination
DeadLetterDestination

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.

Applies to