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 Summary
Modifier and TypeMethodDescriptionwithDeleteOnIdleDurationInMinutes
(int durationInMinutes) The idle interval after which the subscription is automatically deleted.
-
Method Details
-
withDeleteOnIdleDurationInMinutes
The idle interval after which the subscription is automatically deleted.- Parameters:
durationInMinutes
- idle duration in minutes- Returns:
- the next stage of subscription update
-