Interface EventSubscription.UpdateStages.WithDeliveryWithResourceIdentity
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithDeliveryWithResourceIdentityThe stage of the EventSubscription update allowing to specify deliveryWithResourceIdentity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Specifies the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.
-
-
-
Method Detail
-
withDeliveryWithResourceIdentity
EventSubscription.Update withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)
Specifies the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering..- Parameters:
deliveryWithResourceIdentity- Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.- Returns:
- the next definition stage.
-
-