RoutingRuleNextHop Class

Definition

Next hop.

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

Constructors

RoutingRuleNextHop(RoutingRuleNextHopType)

Initializes a new instance of RoutingRuleNextHop.

Properties

NextHopAddress

Next hop address. Only required if the next hop type is VirtualAppliance.

NextHopType

Next hop type.

Explicit Interface Implementations

IJsonModel<RoutingRuleNextHop>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoutingRuleNextHop>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutingRuleNextHop>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutingRuleNextHop>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutingRuleNextHop>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to