EventSubscription.UpdateStages.WithDeadLetterDestination Interface

public static interface EventSubscription.UpdateStages.WithDeadLetterDestination

The stage of the EventSubscription update allowing to specify deadLetterDestination.

Method Summary

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

Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..

Method Details

withDeadLetterDestination

public abstract EventSubscription.Update withDeadLetterDestination(DeadLetterDestination deadLetterDestination)

Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..

Parameters:

deadLetterDestination - The DeadLetter destination of the event subscription.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Latest