Interface ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
-
- All Known Subinterfaces:
ServiceBusSubscription.Update
- Enclosing interface:
- ServiceBusSubscription.UpdateStages
public static interface ServiceBusSubscription.UpdateStages.WithDeleteOnIdleThe stage of the subscription definition allowing to define auto delete behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusSubscription.UpdatewithDeleteOnIdleDurationInMinutes(int durationInMinutes)The idle interval after which the subscription is automatically deleted.
-
-
-
Method Detail
-
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
-
-