Interface EventSubscription.DefinitionStages.WithDeadLetterWithResourceIdentity

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

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

    • withDeadLetterWithResourceIdentity

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