你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectivityInformation 类

定义

有关连接状态的信息。

public class ConnectivityInformation
type ConnectivityInformation = class
Public Class ConnectivityInformation
继承
ConnectivityInformation

构造函数

ConnectivityInformation()

初始化 ConnectivityInformation 类的新实例。

ConnectivityInformation(IList<ConnectivityHop>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

初始化 ConnectivityInformation 类的新实例。

属性

AvgLatencyInMs

获取平均延迟(以毫秒为单位)。

ConnectionStatus

获取连接状态。 可能的值包括:“Unknown”、“Connected”、“Disconnected”、“已降级”

Hops

获取源和目标之间的跃点列表。

MaxLatencyInMs

获取最大延迟(以毫秒为单位)。

MinLatencyInMs

获取最小延迟(以毫秒为单位)。

ProbesFailed

获取失败的探测数。

ProbesSent

获取发送的探测总数。

适用于