EffectiveRouteMapRouteList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EffectiveRouteMapRoute List.
public class EffectiveRouteMapRouteList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.EffectiveRouteMapRouteList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.EffectiveRouteMapRouteList>
public class EffectiveRouteMapRouteList
type EffectiveRouteMapRouteList = class
interface IJsonModel<EffectiveRouteMapRouteList>
interface IPersistableModel<EffectiveRouteMapRouteList>
type EffectiveRouteMapRouteList = class
Public Class EffectiveRouteMapRouteList
Implements IJsonModel(Of EffectiveRouteMapRouteList), IPersistableModel(Of EffectiveRouteMapRouteList)
Public Class EffectiveRouteMapRouteList
- Inheritance
-
EffectiveRouteMapRouteList
- Implements
Properties
Value |
The list of Effective RouteMap Routes configured on the connection resource. |
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
Azure SDK for .NET