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

ConnectionStateSnapshotOutput interface

连接状态快照。

属性

avgLatencyInMs

毫秒的平均延迟。

connectionState

连接状态。

endTime

连接快照的结束时间。

evaluationState

连接分析评估状态。

hops

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

maxLatencyInMs

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

minLatencyInMs

毫秒中的最小延迟。

probesFailed

失败的探测数。

probesSent

发送的探测数。

startTime

连接快照的开始时间。

属性详细信息

avgLatencyInMs

毫秒的平均延迟。

avgLatencyInMs?: number

属性值

number

connectionState

连接状态。

connectionState?: "Unknown" | "Reachable" | "Unreachable"

属性值

"Unknown" | "Reachable" | "Unreachable"

endTime

连接快照的结束时间。

endTime?: string

属性值

string

evaluationState

连接分析评估状态。

evaluationState?: "NotStarted" | "InProgress" | "Completed"

属性值

"NotStarted" | "InProgress" | "Completed"

hops

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

hops?: ConnectivityHopOutput[]

属性值

maxLatencyInMs

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

maxLatencyInMs?: number

属性值

number

minLatencyInMs

毫秒中的最小延迟。

minLatencyInMs?: number

属性值

number

probesFailed

失败的探测数。

probesFailed?: number

属性值

number

probesSent

发送的探测数。

probesSent?: number

属性值

number

startTime

连接快照的开始时间。

startTime?: string

属性值

string