NpbStaticRouteConfiguration 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.
NPB Static Route Configuration properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NpbStaticRouteConfigurationTypeConverter))]
public class NpbStaticRouteConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INpbStaticRouteConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NpbStaticRouteConfigurationTypeConverter))>]
type NpbStaticRouteConfiguration = class
interface INpbStaticRouteConfiguration
interface IJsonSerializable
Public Class NpbStaticRouteConfiguration
Implements INpbStaticRouteConfiguration
- Inheritance
-
NpbStaticRouteConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NpbStaticRouteConfiguration() |
Creates an new NpbStaticRouteConfiguration 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 NpbStaticRouteConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NpbStaticRouteConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INpbStaticRouteConfiguration. |
| FromJsonString(String) |
Creates a new instance of NpbStaticRouteConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NpbStaticRouteConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |