Interface EventSubscription.UpdateStages.WithDeadLetterWithResourceIdentity

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

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

    • withDeadLetterWithResourceIdentity

      EventSubscription.Update 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 (topic / 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 (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
      Returns:
      the next definition stage.