IWithTcpReset.WithEnableTcpReset(Boolean) メソッド

定義

TCP フローのアイドル タイムアウトまたは予期しない接続終了での双方向 TCP リセットを指定します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate WithEnableTcpReset (bool enable);
abstract member WithEnableTcpReset : bool -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate
Public Function WithEnableTcpReset (enable As Boolean) As IUpdate

パラメーター

enable
Boolean

TCP リセットが有効かどうか。

戻り値

適用対象