ConnectivityIssue Class
- java.
lang. Object - com.
microsoft. azure. management. network. ConnectivityIssue
- com.
public class ConnectivityIssue
Information about an issue encountered in the process of checking for connectivity.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Map<String, String>> |
context()
Get the context value. |
Origin |
origin()
Get the origin value. |
Severity |
severity()
Get the severity value. |
Issue |
type()
Get the type value. |
Method Details
context
public List
Get the context value.
Returns:
the context value
origin
public Origin origin()
Get the origin value.
Returns:
the origin value
severity
public Severity severity()
Get the severity value.
Returns:
the severity value
type
public IssueType type()
Get the type value.
Returns:
the type value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java