次の方法で共有


ConnectivityHop コンストラクター

定義

オーバーロード

ConnectivityHop()

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

ConnectivityHop(String, String, String, String, IList<String>, IList<String>, IList<HopLink>, IList<HopLink>, IList<ConnectivityIssue>)

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

ConnectivityHop()

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

public ConnectivityHop ();
Public Sub New ()

適用対象

ConnectivityHop(String, String, String, String, IList<String>, IList<String>, IList<HopLink>, IList<HopLink>, IList<ConnectivityIssue>)

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

public ConnectivityHop (string type = default, string id = default, string address = default, string resourceId = default, System.Collections.Generic.IList<string> nextHopIds = default, System.Collections.Generic.IList<string> previousHopIds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.HopLink> links = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.HopLink> previousLinks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityIssue> issues = default);
new Microsoft.Azure.Management.Network.Models.ConnectivityHop : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.HopLink> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.HopLink> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityIssue> -> Microsoft.Azure.Management.Network.Models.ConnectivityHop
Public Sub New (Optional type As String = Nothing, Optional id As String = Nothing, Optional address As String = Nothing, Optional resourceId As String = Nothing, Optional nextHopIds As IList(Of String) = Nothing, Optional previousHopIds As IList(Of String) = Nothing, Optional links As IList(Of HopLink) = Nothing, Optional previousLinks As IList(Of HopLink) = Nothing, Optional issues As IList(Of ConnectivityIssue) = Nothing)

パラメーター

type
String

ホップの種類。

id
String

ホップの ID。

address
String

ホップの IP アドレス。

resourceId
String

このホップに対応するリソースの ID。

nextHopIds
IList<String>

次ホップ識別子の一覧。

previousHopIds
IList<String>

以前のホップ識別子の一覧。

links
IList<HopLink>

ホップ リンクの一覧。

previousLinks
IList<HopLink>

前のホップ リンクの一覧。

issues
IList<ConnectivityIssue>

問題の一覧。

適用対象