Share via


IWithIdleTimeout<ReturnT> Interface

Definition

The stage of a load balancer outbound rule definition allowing to specify the connection timeout for idle connections.

public interface IWithIdleTimeout<ReturnT>
type IWithIdleTimeout<'ReturnT> = interface
Public Interface IWithIdleTimeout(Of ReturnT)

Type Parameters

ReturnT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithIdleTimeoutInMinutes(Int32)

Specifies the timeout for the TCP idle connection.

Applies to