ConnectivityIssue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET