Condividi tramite


NextHopResult Class

Definition

The information about next hop from the specified VM.

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

Properties

NextHopIPAddress

Next hop IP Address.

NextHopType

Next hop type.

RouteTableId

The resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NextHopResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NextHopResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NextHopResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NextHopResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NextHopResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to