你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HopLink 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
HopLink() |
初始化 HopLink 类的新实例。 |
HopLink(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityIssue>, IDictionary<String,String>, String) |
初始化 HopLink 类的新实例。 |
HopLink()
初始化 HopLink 类的新实例。
public HopLink();
Public Sub New ()
适用于
HopLink(String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityIssue>, IDictionary<String,String>, String)
初始化 HopLink 类的新实例。
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)
参数
- nextHopId
- String
下一跃点的 ID。
- linkType
- String
链接类型。
- issues
- IList<ConnectivityIssue>
问题列表。
- context
- IDictionary<String,String>
提供有关链接的其他上下文。
- resourceId
- String
资源 ID。