ParentT - the return type of Attachable.InDefinition.attach()public static interface LoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes<ParentT>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.DefinitionStages.WithAttach<ParentT> |
withIdleTimeoutInMinutes(int minutes)
Specifies the number of minutes before an idle connection is closed.
|
LoadBalancingRule.DefinitionStages.WithAttach<ParentT> withIdleTimeoutInMinutes(int minutes)
minutes - the desired number of minutes/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/