ConnectivityIssueInfo Class

Definition

Compatibility declaration for the ConnectivityIssueInfo type.

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

Properties

Name Description
ConnectivityIssueType

Compatibility member.

Context

Provides additional context on the issue.

Contexts

Compatibility member.

Origin

The origin of the issue.

Severity

The severity of the issue.

Type

The type of issue.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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