Udostępnij przez


ConnectivityIssueOutput interface

Informacje o problemie napotkanym w procesie sprawdzania łączności.

Właściwości

context

Udostępnia dodatkowy kontekst problemu.

origin

Źródło problemu.

severity

Ważność problemu.

type

Typ problemu.

Szczegóły właściwości

context

Udostępnia dodatkowy kontekst problemu.

context?: Record<string, string>[]

Wartość właściwości

Record<string, string>[]

origin

Źródło problemu.

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

Wartość właściwości

"Inbound" | "Outbound" | "Local"

severity

Ważność problemu.

severity?: "Error" | "Warning"

Wartość właściwości

"Error" | "Warning"

type

Typ problemu.

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

Wartość właściwości

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