InternalNetworkStaticRouteConfiguration 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.
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
- 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) |