HopLink 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
HopLink() |
Initializes a new instance of the HopLink class. |
HopLink(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityIssue>, IDictionary<String,String>, String) |
Initializes a new instance of the HopLink class. |
HopLink()
Initializes a new instance of the HopLink class.
public HopLink ();
Public Sub New ()
Applies to
HopLink(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityIssue>, IDictionary<String,String>, String)
Initializes a new instance of the HopLink class.
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)
Parameters
- nextHopId
- String
The ID of the next hop.
- linkType
- String
Link type.
- issues
- IList<ConnectivityIssue>
List of issues.
- context
- IDictionary<String,String>
Provides additional context on links.
- resourceId
- String
Resource ID.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET