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

ConnectivityIssue interface

Information about an issue encountered in the process of checking for connectivity.

Properties

context

Provides additional context on the issue. NOTE: This property will not be serialized. It can only be populated by the server.

origin

The origin of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

severity

The severity of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of issue. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

context

Provides additional context on the issue. NOTE: This property will not be serialized. It can only be populated by the server.

context?: {[propertyName: string]: string}[]

Property Value

{[propertyName: string]: string}[]

origin

The origin of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

Property Value

string

severity

The severity of the issue. NOTE: This property will not be serialized. It can only be populated by the server.

severity?: string

Property Value

string

type

The type of issue. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string