Interface EventSubscription.UpdateStages.WithDestination

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

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

    • withDestination

      Specifies the destination property: 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:
      destination - 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:
      the next definition stage.