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

ConnectivityIssueOutput interface

有关在检查连接过程中遇到的问题的信息。

属性

context

提供有关此问题的其他上下文。

origin

问题的起源。

severity

问题的严重性。

type

问题的类型。

属性详细信息

context

提供有关此问题的其他上下文。

context?: Record<string, string>[]

属性值

Record<string, string>[]

origin

问题的起源。

origin?: "Inbound" | "Outbound" | "Local"

属性值

"Inbound" | "Outbound" | "Local"

severity

问题的严重性。

severity?: "Error" | "Warning"

属性值

"Error" | "Warning"

type

问题的类型。

type?: "Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"

属性值

"Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"