VirtualHubEffectiveRoute Class

Definition

The effective route configured on the virtual hub or specified resource.

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

Properties

AddressPrefixes

The list of address prefixes.

AsPath

The ASPath of this route.

NextHops

The list of next hops.

NextHopType

The type of the next hop.

RouteOrigin

The origin of this route.

Explicit Interface Implementations

IJsonModel<VirtualHubEffectiveRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualHubEffectiveRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualHubEffectiveRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualHubEffectiveRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualHubEffectiveRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to