EffectiveRoute Class

Definition

Effective Route.

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

Properties

AddressPrefix

The address prefixes of the effective routes in CIDR notation.

DisableBgpRoutePropagation

If true, on-premises routes are not propagated to the network interfaces in the subnet.

Name

The name of the user defined route. This is optional.

NextHopIPAddress

The IP address of the next hop of the effective route.

NextHopType

The type of Azure hop the packet should be sent to.

Source

Who created the route.

State

The value of effective route.

Explicit Interface Implementations

IJsonModel<EffectiveRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EffectiveRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EffectiveRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EffectiveRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EffectiveRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to