Interface ServiceBusSubscription.UpdateStages.WithDeleteOnIdle

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

public static interface ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
The stage of the subscription definition allowing to define auto delete behaviour.
  • Method Details

    • withDeleteOnIdleDurationInMinutes

      ServiceBusSubscription.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)
      The idle interval after which the subscription is automatically deleted.
      Parameters:
      durationInMinutes - idle duration in minutes
      Returns:
      the next stage of subscription update