ConnectivityHopInfo Class

Definition

Information about a hop between the source and the destination.

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

Properties

Address

The IP address of the hop.

ConnectivityHopType

The type of the hop.

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.

Explicit Interface Implementations

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