Queue.DefinitionStages.WithDeleteOnIdle Interface
public static interface Queue.DefinitionStages.WithDeleteOnIdle
The stage of the queue definition allowing to define auto delete behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the queue is automatically deleted. |
Method Details
withDeleteOnIdleDurationInMinutes
public abstract Queue.DefinitionStages.WithCreate withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the queue is automatically deleted. Note: unless it is explicitly overridden the default delete on idle duration is infinite (TimeSpan.Max).
Parameters:
durationInMinutes
- idle duration in minutes
Returns:
the next stage of queue definition
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java