Sdílet prostřednictvím


ExpressRouteFailoverRedundantRoute Class

Definition

The ExpressRouteFailoverRedundantRoute.

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

Properties

PeeringLocations

A list of all the peering locations for the redundant routes.

Routes

A list of all the redundant routes in the peering locations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExpressRouteFailoverRedundantRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteFailoverRedundantRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteFailoverRedundantRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteFailoverRedundantRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteFailoverRedundantRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to