次の方法で共有


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"