次の方法で共有


ConnectionStateSnapshot コンストラクター

定義

オーバーロード

ConnectionStateSnapshot()

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

ConnectionStateSnapshot(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityHop>)

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

ConnectionStateSnapshot()

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

public ConnectionStateSnapshot ();
Public Sub New ()

適用対象

ConnectionStateSnapshot(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityHop>)

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

public ConnectionStateSnapshot (string connectionState = default, DateTime? startTime = default, DateTime? endTime = default, string evaluationState = default, long? avgLatencyInMs = default, long? minLatencyInMs = default, long? maxLatencyInMs = default, long? probesSent = default, long? probesFailed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> hops = default);
new Microsoft.Azure.Management.Network.Models.ConnectionStateSnapshot : string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> -> Microsoft.Azure.Management.Network.Models.ConnectionStateSnapshot
Public Sub New (Optional connectionState As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional evaluationState As String = Nothing, Optional avgLatencyInMs As Nullable(Of Long) = Nothing, Optional minLatencyInMs As Nullable(Of Long) = Nothing, Optional maxLatencyInMs As Nullable(Of Long) = Nothing, Optional probesSent As Nullable(Of Long) = Nothing, Optional probesFailed As Nullable(Of Long) = Nothing, Optional hops As IList(Of ConnectivityHop) = Nothing)

パラメーター

connectionState
String

接続の状態。 使用できる値は次のとおりです。

startTime
Nullable<DateTime>

接続スナップショットの開始時刻。

endTime
Nullable<DateTime>

接続スナップショットの終了時刻。

evaluationState
String

接続分析の評価状態。 指定できる値は、'NotStarted'、'InProgress'、'Completed' です。

avgLatencyInMs
Nullable<Int64>

平均待機時間 (ミリ秒)。

minLatencyInMs
Nullable<Int64>

最小待機時間 (ミリ秒)。

maxLatencyInMs
Nullable<Int64>

最大待機時間 (ミリ秒)。

probesSent
Nullable<Int64>

送信されたプローブの数。

probesFailed
Nullable<Int64>

失敗したプローブの数。

hops
IList<ConnectivityHop>

ソースと宛先の間のホップの一覧。

適用対象