Interface EventSubscription.DefinitionStages.WithDeadLetterDestination

All Known Subinterfaces:
EventSubscription.Definition, EventSubscription.DefinitionStages.WithCreate
Enclosing interface:
EventSubscription.DefinitionStages

public static interface EventSubscription.DefinitionStages.WithDeadLetterDestination
The stage of the EventSubscription definition allowing to specify deadLetterDestination.
  • Method Details

    • withDeadLetterDestination

      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.