다음을 통해 공유


InternalNetworkStaticRouteConfiguration Class

Definition

Static Route Configuration properties.

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

Constructors

InternalNetworkStaticRouteConfiguration()

Initializes a new instance of InternalNetworkStaticRouteConfiguration.

Properties

BfdConfiguration

BFD configuration properties.

(Inherited from StaticRouteConfiguration)
Extension

Extension. Example: NoExtension | NPB.

IPv4Routes

List of IPv4 Routes.

(Inherited from StaticRouteConfiguration)
IPv6Routes

List of IPv6 Routes.

(Inherited from StaticRouteConfiguration)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InternalNetworkStaticRouteConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InternalNetworkStaticRouteConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StaticRouteConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from StaticRouteConfiguration)
IJsonModel<StaticRouteConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StaticRouteConfiguration)
IPersistableModel<InternalNetworkStaticRouteConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InternalNetworkStaticRouteConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InternalNetworkStaticRouteConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StaticRouteConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StaticRouteConfiguration)
IPersistableModel<StaticRouteConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from StaticRouteConfiguration)
IPersistableModel<StaticRouteConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StaticRouteConfiguration)

Applies to