共用方式為


EffectiveRouteMapRouteList Class

Definition

EffectiveRouteMapRoute List.

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

Properties

Value

The list of Effective RouteMap Routes configured on the connection resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EffectiveRouteMapRouteList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EffectiveRouteMapRouteList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EffectiveRouteMapRouteList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EffectiveRouteMapRouteList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EffectiveRouteMapRouteList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to