Interface EventSubscription.UpdateStages.WithDeliveryWithResourceIdentity

All Known Subinterfaces:
EventSubscription.Update
Enclosing interface:
EventSubscription.UpdateStages

public static interface EventSubscription.UpdateStages.WithDeliveryWithResourceIdentity
The stage of the EventSubscription update allowing to specify deliveryWithResourceIdentity.
  • Method Details

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