Interface EventSubscription.UpdateStages.WithDeadLetterDestination

All Known Subinterfaces:
EventSubscription.Update
Enclosing interface:
EventSubscription.UpdateStages

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

    • withDeadLetterDestination

      EventSubscription.Update 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.