Interface EventSubscription.DefinitionStages.WithDeadLetterWithResourceIdentity

    • Method Detail

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