StaticRouteConfiguration Class

Definition

Static Route Configuration properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StaticRouteConfigurationTypeConverter))]
public class StaticRouteConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStaticRouteConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StaticRouteConfigurationTypeConverter))>]
type StaticRouteConfiguration = class
    interface IStaticRouteConfiguration
    interface IJsonSerializable
Public Class StaticRouteConfiguration
Implements IStaticRouteConfiguration
Inheritance
StaticRouteConfiguration
Attributes
Implements

Constructors

Name Description
StaticRouteConfiguration()

Creates an new StaticRouteConfiguration instance.

Properties

Name Description
BfdConfiguration

BFD configuration properties

Ipv4Route

List of IPv4 Routes.

Ipv6Route

List of IPv6 Routes.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticRouteConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticRouteConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStaticRouteConfiguration.

FromJsonString(String)

Creates a new instance of StaticRouteConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticRouteConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to