public static interface ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
| Modifier and Type | Method and Description |
|---|---|
ServiceBusSubscription.Update |
withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the subscription is automatically deleted.
|
ServiceBusSubscription.Update 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.
*/