ConnectivityIssue Class

Definition

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

public class ConnectivityIssue
type ConnectivityIssue = class
Public Class ConnectivityIssue
Inheritance
ConnectivityIssue

Constructors

ConnectivityIssue()

Initializes a new instance of the ConnectivityIssue class.

ConnectivityIssue(String, String, String, IList<IDictionary<String,String>>)

Initializes a new instance of the ConnectivityIssue class.

Properties

Context

Gets provides additional context on the issue.

Origin

Gets the origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'

Severity

Gets the severity of the issue. Possible values include: 'Error', 'Warning'

Type

Gets the type of issue. Possible values include: 'Unknown', 'AgentStopped', 'GuestFirewall', 'DnsResolution', 'SocketBind', 'NetworkSecurityRule', 'UserDefinedRoute', 'PortThrottled', 'Platform'

Applies to