次の方法で共有


ConnectivityInformationInner コンストラクター

定義

オーバーロード

ConnectivityInformationInner()

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

ConnectivityInformationInner(IList<ConnectivityHop>, ConnectionStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

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

ConnectivityInformationInner()

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

public ConnectivityInformationInner ();
Public Sub New ()

適用対象

ConnectivityInformationInner(IList<ConnectivityHop>, ConnectionStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

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

public ConnectivityInformationInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> hops = default, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStatus connectionStatus = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityInformationInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStatus * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityInformationInner
Public Sub New (Optional hops As IList(Of ConnectivityHop) = Nothing, Optional connectionStatus As ConnectionStatus = Nothing, Optional avgLatencyInMs As Nullable(Of Integer) = Nothing, Optional minLatencyInMs As Nullable(Of Integer) = Nothing, Optional maxLatencyInMs As Nullable(Of Integer) = Nothing, Optional probesSent As Nullable(Of Integer) = Nothing, Optional probesFailed As Nullable(Of Integer) = Nothing)

パラメーター

hops
IList<ConnectivityHop>

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

connectionStatus
ConnectionStatus

接続の状態。 使用可能な値には、'Unknown'、'Connected'、'Disconnected'、'Degraded' などがあります。

avgLatencyInMs
Nullable<Int32>

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

minLatencyInMs
Nullable<Int32>

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

maxLatencyInMs
Nullable<Int32>

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

probesSent
Nullable<Int32>

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

probesFailed
Nullable<Int32>

失敗したプローブの数。

適用対象