public static interface Queue.DefinitionStages.WithDeleteOnIdle
| Modifier and Type | Method and Description |
|---|---|
Queue.DefinitionStages.WithCreate |
withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the queue is automatically deleted.
|
Queue.DefinitionStages.WithCreate withDeleteOnIdleDurationInMinutes(int durationInMinutes)
durationInMinutes - idle duration in minutes/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/