ConnectivityIssue Class

Definition

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

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

Properties

Context

Provides additional context on the issue.

IssueType

The type of issue.

Origin

The origin of the issue.

Severity

The severity of the issue.

Explicit Interface Implementations

IJsonModel<ConnectivityIssue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectivityIssue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectivityIssue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectivityIssue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectivityIssue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to