Share via


AggregateRouteConfiguration Class

Definition

List of IPv4 and IPv6 aggregate routes.

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

Constructors

AggregateRouteConfiguration()

Initializes a new instance of AggregateRouteConfiguration.

Properties

IPv4Routes

List of IPv4 Route prefixes.

IPv6Routes

List of Ipv6Routes prefixes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AggregateRouteConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AggregateRouteConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AggregateRouteConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AggregateRouteConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AggregateRouteConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to