Sdílet prostřednictvím


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>
type ConnectivityHopInfo = class
    interface IJsonModel<ConnectivityHopInfo>
    interface IPersistableModel<ConnectivityHopInfo>
Public Class ConnectivityHopInfo
Implements IJsonModel(Of ConnectivityHopInfo), IPersistableModel(Of 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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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