EventSubscription.DefinitionStages.WithDeadLetterDestination Interface

public static interface EventSubscription.DefinitionStages.WithDeadLetterDestination

The stage of the EventSubscription definition allowing to specify deadLetterDestination.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDeadLetterDestination(DeadLetterDestination deadLetterDestination)

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

Method Details

withDeadLetterDestination

public abstract EventSubscription.DefinitionStages.WithCreate withDeadLetterDestination(DeadLetterDestination deadLetterDestination)

Specifies the deadLetterDestination 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 Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering..

Parameters:

deadLetterDestination - 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 Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

Returns:

the next definition stage.

Applies to