NniStaticRoutePatchConfiguration Class

Definition

Static Route Configuration properties for NNI.

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

Constructors

Name Description
NniStaticRoutePatchConfiguration()

Initializes a new instance of NniStaticRoutePatchConfiguration.

Properties

Name Description
BfdConfiguration

Bidirectional Forwarding Detection (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<NniStaticRoutePatchConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NniStaticRoutePatchConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NniStaticRoutePatchConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NniStaticRoutePatchConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NniStaticRoutePatchConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to