DeadLetterWithResourceIdentity Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. DeadLetterWithResourceIdentity
- com.
public class DeadLetterWithResourceIdentity
Information about the deadletter destination with resource identity.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DeadLetterWithResourceIdentity() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dead |
deadLetterDestination()
Get information about the destination where events have to be delivered for the event subscription. |
|
Event |
identity()
Get the identity to use when dead-lettering events. |
|
Dead |
withDeadLetterDestination(DeadLetterDestination deadLetterDestination)
Set information about the destination where events have to be delivered for the event subscription. |
|
Dead |
withIdentity(EventSubscriptionIdentity identity)
Set the identity to use when dead-lettering events. |
Methods inherited from java.lang.Object
Constructor Details
DeadLetterWithResourceIdentity
public DeadLetterWithResourceIdentity()
Method Details
deadLetterDestination
public DeadLetterDestination deadLetterDestination()
Get information about the destination where events have to be delivered for the event subscription. 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:
identity
public EventSubscriptionIdentity identity()
Get the identity to use when dead-lettering events.
Returns:
withDeadLetterDestination
public DeadLetterWithResourceIdentity withDeadLetterDestination(DeadLetterDestination deadLetterDestination)
Set information about the destination where events have to be delivered for the event subscription. 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:
Returns:
withIdentity
public DeadLetterWithResourceIdentity withIdentity(EventSubscriptionIdentity identity)
Set the identity to use when dead-lettering events.
Parameters:
Returns: