ExternalNetworkStaticRoutePatchConfiguration Class

Definition

Static Route Configuration properties for External Network.

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

Constructors

Name Description
ExternalNetworkStaticRoutePatchConfiguration()

Initializes a new instance of ExternalNetworkStaticRoutePatchConfiguration.

Properties

Name Description
BfdConfiguration

BFD configuration properties.

IPv4Routes

List of IPv4 Routes.

IPv6Routes

List of IPv6 Routes.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExternalNetworkStaticRoutePatchConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExternalNetworkStaticRoutePatchConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExternalNetworkStaticRoutePatchConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExternalNetworkStaticRoutePatchConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExternalNetworkStaticRoutePatchConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to