Interface EventSubscription.UpdateStages.WithDeadLetterDestination

    • Method Detail

      • 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.