LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes Interface

public interface WithIdleTimeoutInMinutes

The stage of a load balancing rule update allowing to modify the connection timeout for idle connections.

Method Summary

Modifier and Type Method and Description
LoadBalancingRule.Update withIdleTimeoutInMinutes(int minutes)

Specifies the number of minutes before an idle connection is closed.

Method Details

withIdleTimeoutInMinutes

public Update withIdleTimeoutInMinutes(int minutes)

Specifies the number of minutes before an idle connection is closed.

Parameters:

minutes - the desired number of minutes

Returns:

the next stage of the update

Applies to