DeadLetterWithResourceIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. DeadLetterWithResourceIdentity
- com.
public class DeadLetterWithResourceIdentity
Information about the deadletter destination with resource identity.
Constructor | Description | |
---|---|---|
Dead |
Modifier and Type | Method and Description |
---|---|
Dead |
dead Get the dead |
Event |
identity()
Get the identity property: The identity to use when dead-lettering events. |
void |
validate()
Validates the instance. |
Dead |
with Set the dead |
Dead |
with Set the identity property: The identity to use when dead-lettering events. |
Methods inherited from java.lang.Object
DeadLetterWithResourceIdentity
public DeadLetterWithResourceIdentity()
deadLetterDestination
public DeadLetterDestination deadLetterDestination()
Get the deadLetterDestination property: 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 property: The identity to use when dead-lettering events.
Returns:
validate
public void validate()
Validates the instance.
withDeadLetterDestination
public DeadLetterWithResourceIdentity withDeadLetterDestination(DeadLetterDestination deadLetterDestination)
Set the deadLetterDestination property: 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 property: The identity to use when dead-lettering events.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: