次の方法で共有


ConnectionMonitorTestConfiguration クラス

定義

接続モニターのテスト構成について説明します。

public class ConnectionMonitorTestConfiguration
type ConnectionMonitorTestConfiguration = class
Public Class ConnectionMonitorTestConfiguration
継承
ConnectionMonitorTestConfiguration

コンストラクター

ConnectionMonitorTestConfiguration(String, ConnectionMonitorTestConfigurationProtocol)

ConnectionMonitorTestConfiguration の新しいインスタンスを初期化します。

プロパティ

DisableTraceRoute

トレース ルートを使用したパス評価を無効にするかどうかを示す値。

HttpConfiguration

HTTP 経由でテスト評価を実行するために使用されるパラメーター。

Name

接続モニターのテスト構成の名前。

PreferredIPVersion

テスト評価で使用する推奨 IP バージョン。 接続モニターは、他のパラメーターに応じて異なるバージョンを使用することを選択できます。

Protocol

テスト評価で使用するプロトコル。

SuccessThreshold

テストを正常に宣言するためのしきい値。

TcpConfiguration

TCP 経由でテスト評価を実行するために使用されるパラメーター。

TestFrequencySec

テスト評価の頻度 (秒単位)。

適用対象