IWithIdleTimeoutInMinutes<ReturnT>.WithIdleTimeoutInMinutes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the number of minutes before an idle connection is closed.
public Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<ReturnT> WithIdleTimeoutInMinutes (int minutes);
abstract member WithIdleTimeoutInMinutes : int -> Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<'ReturnT>
Public Function WithIdleTimeoutInMinutes (minutes As Integer) As IWithAttach(Of ReturnT)
Parameters
- minutes
- Int32
The desired number of minutes.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET