EventSubscription.DefinitionStages.WithDeadLetterWithResourceIdentity Interface

public static interface EventSubscription.DefinitionStages.WithDeadLetterWithResourceIdentity

The stage of the EventSubscription definition allowing to specify deadLetterWithResourceIdentity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)

Specifies the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.

Method Details

withDeadLetterWithResourceIdentity

public abstract EventSubscription.DefinitionStages.WithCreate withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity)

Specifies the deadLetterWithResourceIdentity property: 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..

Parameters:

deadLetterWithResourceIdentity - 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.

Returns:

the next definition stage.

Applies to