次の方法で共有


HopLink コンストラクター

定義

オーバーロード

HopLink()

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

HopLink(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityIssue>, IDictionary<String,String>, String)

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

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

public HopLink ();
Public Sub New ()

適用対象

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

public HopLink (string nextHopId = default, string linkType = default, long? roundTripTimeMin = default, long? roundTripTimeAvg = default, long? roundTripTimeMax = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityIssue> issues = default, System.Collections.Generic.IDictionary<string,string> context = default, string resourceId = default);
new Microsoft.Azure.Management.Network.Models.HopLink : string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityIssue> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Network.Models.HopLink
Public Sub New (Optional nextHopId As String = Nothing, Optional linkType As String = Nothing, Optional roundTripTimeMin As Nullable(Of Long) = Nothing, Optional roundTripTimeAvg As Nullable(Of Long) = Nothing, Optional roundTripTimeMax As Nullable(Of Long) = Nothing, Optional issues As IList(Of ConnectivityIssue) = Nothing, Optional context As IDictionary(Of String, String) = Nothing, Optional resourceId As String = Nothing)

パラメーター

nextHopId
String

次ホップの ID。

linkType
String

リンクの種類。

roundTripTimeMin
Nullable<Int64>

最小ラウンドトリップ時間 (ミリ秒単位)。

roundTripTimeAvg
Nullable<Int64>

平均ラウンドトリップ時間 (ミリ秒単位)。

roundTripTimeMax
Nullable<Int64>

最大ラウンドトリップ時間 (ミリ秒単位)。

issues
IList<ConnectivityIssue>

問題の一覧。

context
IDictionary<String,String>

リンクに追加のコンテキストを提供します。

resourceId
String

リソースの ID

適用対象