Queue.UpdateStages.WithDeleteOnIdle Interface
public interface WithDeleteOnIdle
The stage of the queue definition allowing to define auto delete behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
Queue. |
withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the queue is automatically deleted. |
Method Details
withDeleteOnIdleDurationInMinutes
public Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the queue is automatically deleted.
Parameters:
durationInMinutes
- idle duration in minutes
Returns:
the next stage of queue update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java