Freigeben über


ConnectivityHop Konstruktoren

Definition

Überlädt

ConnectivityHop()

Initialisiert eine neue instance der ConnectivityHop-Klasse.

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

Initialisiert eine neue instance der ConnectivityHop-Klasse.

ConnectivityHop()

Initialisiert eine neue instance der ConnectivityHop-Klasse.

public ConnectivityHop();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ConnectivityHop-Klasse.

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)

Parameter

type
String

Der Typ des Hops.

id
String

Die ID des Hops.

address
String

Die IP-Adresse des Hops.

resourceId
String

Die ID der Ressource, die diesem Hop entspricht.

nextHopIds
IList<String>

Liste der Bezeichner des nächsten Hops.

previousHopIds
IList<String>

Liste der vorherigen Hopbezeichner.

links
IList<HopLink>

Liste der Hoplinks.

previousLinks
IList<HopLink>

Liste der vorherigen Hoplinks.

issues
IList<ConnectivityIssue>

Liste der Probleme.

Gilt für: