Freigeben über


HopLink Konstruktoren

Definition

Überlädt

HopLink()

Initialisiert eine neue instance der HopLink-Klasse.

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

Initialisiert eine neue instance der HopLink-Klasse.

Initialisiert eine neue instance der HopLink-Klasse.

public HopLink();
Public Sub New ()

Gilt für:

Initialisiert eine neue instance der HopLink-Klasse.

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)

Parameter

nextHopId
String

Die ID des nächsten Hops.

linkType
String

Linktyp.

roundTripTimeMin
Nullable<Int64>

Minimale Roundtripzeit in Millisekunden.

roundTripTimeAvg
Nullable<Int64>

Durchschnittliche Roundtripzeit in Millisekunden.

roundTripTimeMax
Nullable<Int64>

Maximale Roundtripzeit in Millisekunden.

issues
IList<ConnectivityIssue>

Liste der Probleme.

context
IDictionary<String,String>

Stellt zusätzlichen Kontext für Links bereit.

resourceId
String

Ressourcen-ID

Gilt für: