次の方法で共有


ConnectionMonitorTcpConfiguration コンストラクター

定義

オーバーロード

ConnectionMonitorTcpConfiguration()

ConnectionMonitorTcpConfiguration クラスの新しいインスタンスを初期化します。

ConnectionMonitorTcpConfiguration(Nullable<Int32>, Nullable<Boolean>, String)

ConnectionMonitorTcpConfiguration クラスの新しいインスタンスを初期化します。

ConnectionMonitorTcpConfiguration()

ConnectionMonitorTcpConfiguration クラスの新しいインスタンスを初期化します。

public ConnectionMonitorTcpConfiguration ();
Public Sub New ()

適用対象

ConnectionMonitorTcpConfiguration(Nullable<Int32>, Nullable<Boolean>, String)

ConnectionMonitorTcpConfiguration クラスの新しいインスタンスを初期化します。

public ConnectionMonitorTcpConfiguration (int? port = default, bool? disableTraceRoute = default, string destinationPortBehavior = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorTcpConfiguration : Nullable<int> * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorTcpConfiguration
Public Sub New (Optional port As Nullable(Of Integer) = Nothing, Optional disableTraceRoute As Nullable(Of Boolean) = Nothing, Optional destinationPortBehavior As String = Nothing)

パラメーター

port
Nullable<Int32>

接続するポート。

disableTraceRoute
Nullable<Boolean>

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

destinationPortBehavior
String

宛先ポートの動作。 指定できる値は、'None'、'ListenIfAvailable' です。

適用対象