ConnectivityHop Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a hop between the source and the destination.
public class ConnectivityHop : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ConnectivityHop>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ConnectivityHop>
type ConnectivityHop = class
interface IJsonModel<ConnectivityHop>
interface IPersistableModel<ConnectivityHop>
Public Class ConnectivityHop
Implements IJsonModel(Of ConnectivityHop), IPersistableModel(Of ConnectivityHop)
- Inheritance
-
ConnectivityHop
- 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. |
NextHopIds |
List of next hop identifiers. |
ResourceId |
The ID of the resource corresponding to this hop. |
Explicit Interface Implementations
IJsonModel<ConnectivityHop>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectivityHop>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectivityHop>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectivityHop>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectivityHop>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET