ConnectivityHop コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConnectivityHop() |
ConnectivityHop クラスの新しいインスタンスを初期化します。 |
ConnectivityHop(String, String, String, String, IList<String>, IList<ConnectivityIssue>) |
ConnectivityHop クラスの新しいインスタンスを初期化します。 |
ConnectivityHop()
ConnectivityHop クラスの新しいインスタンスを初期化します。
public ConnectivityHop ();
Public Sub New ()
適用対象
ConnectivityHop(String, String, String, String, IList<String>, 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<Microsoft.Azure.Management.ApiManagement.Models.ConnectivityIssue> issues = default);
new Microsoft.Azure.Management.ApiManagement.Models.ConnectivityHop : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ConnectivityIssue> -> Microsoft.Azure.Management.ApiManagement.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 issues As IList(Of ConnectivityIssue) = Nothing)
パラメーター
- type
- String
ホップの種類。
- id
- String
ホップの ID。
- address
- String
ホップの IP アドレス。
- resourceId
- String
このホップに対応するリソースの ID。
- issues
- IList<ConnectivityIssue>
問題の一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET