ConnectivityHopInfo Class

Definition

Compatibility declaration for the ConnectivityHopInfo type.

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

Properties

Name Description
Address

The IP address of the hop.

ConnectivityHopType

Compatibility member.

Id

The ID of the hop.

Issues

List of issues.

Links

List of hop links.

NextHopIds

List of next hop identifiers.

PreviousHopIds

List of previous hop identifiers.

PreviousLinks

List of previous hop links.

ResourceId

The ID of the resource corresponding to this hop.

Type

The type of the hop.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ConnectivityHopInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectivityHopInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectivityHopInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectivityHopInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectivityHopInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to