ConnectivityInformationInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' などがあります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET