ConnectivityIssueInfo Class

Definition

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

public class ConnectivityIssueInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo>
public class ConnectivityIssueInfo
type ConnectivityIssueInfo = class
    interface IJsonModel<ConnectivityIssueInfo>
    interface IPersistableModel<ConnectivityIssueInfo>
type ConnectivityIssueInfo = class
Public Class ConnectivityIssueInfo
Implements IJsonModel(Of ConnectivityIssueInfo), IPersistableModel(Of ConnectivityIssueInfo)
Public Class ConnectivityIssueInfo
Inheritance
ConnectivityIssueInfo
Implements

Properties

ConnectivityIssueType

The type of issue.

Contexts

Provides additional context on the issue.

Origin

The origin of the issue.

Severity

The severity of the issue.

Explicit Interface Implementations

IJsonModel<ConnectivityIssueInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConnectivityIssueInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectivityIssueInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectivityIssueInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConnectivityIssueInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to