Interface EventSubscription.DefinitionStages.WithDeliveryWithResourceIdentity

All Known Subinterfaces:
EventSubscription.Definition, EventSubscription.DefinitionStages.WithCreate
Enclosing interface:
EventSubscription.DefinitionStages

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

    • withDeliveryWithResourceIdentity

      EventSubscription.DefinitionStages.WithCreate 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 (namely, topic or 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 (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
      Returns:
      the next definition stage.