ConnectivityHop Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConnectivityHop() |
Initializes a new instance of the ConnectivityHop class. |
ConnectivityHop(String, String, String, String, IList<String>, IList<String>, IList<HopLink>, IList<HopLink>, IList<ConnectivityIssue>) |
Initializes a new instance of the ConnectivityHop class. |
ConnectivityHop()
Initializes a new instance of the ConnectivityHop class.
public ConnectivityHop ();
Public Sub New ()
Applies to
ConnectivityHop(String, String, String, String, IList<String>, IList<String>, IList<HopLink>, IList<HopLink>, IList<ConnectivityIssue>)
Initializes a new instance of the ConnectivityHop class.
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)
Parameters
- type
- String
The type of the hop.
- id
- String
The ID of the hop.
- address
- String
The IP address of the hop.
- resourceId
- String
The ID of the resource corresponding to this hop.
- issues
- IList<ConnectivityIssue>
List of issues.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET