DeliveryWithResourceIdentity Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. DeliveryWithResourceIdentity
- com.
public class DeliveryWithResourceIdentity
Information about the delivery for an event subscription with resource identity.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DeliveryWithResourceIdentity() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Event |
destination()
Get information about the destination where events have to be delivered for the event subscription. |
|
Event |
identity()
Get the identity to use when delivering events. |
|
Delivery |
withDestination(EventSubscriptionDestination destination)
Set information about the destination where events have to be delivered for the event subscription. |
|
Delivery |
withIdentity(EventSubscriptionIdentity identity)
Set the identity to use when delivering events. |
Methods inherited from java.lang.Object
Constructor Details
DeliveryWithResourceIdentity
public DeliveryWithResourceIdentity()
Method Details
destination
public EventSubscriptionDestination destination()
Get information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
Returns:
identity
public EventSubscriptionIdentity identity()
Get the identity to use when delivering events.
Returns:
withDestination
public DeliveryWithResourceIdentity withDestination(EventSubscriptionDestination destination)
Set information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
Parameters:
Returns:
withIdentity
public DeliveryWithResourceIdentity withIdentity(EventSubscriptionIdentity identity)
Set the identity to use when delivering events.
Parameters:
Returns: