InternalNetworkPropertiesStaticRouteConfiguration 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPropertiesStaticRouteConfigurationTypeConverter))]
public class InternalNetworkPropertiesStaticRouteConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworkPropertiesStaticRouteConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPropertiesStaticRouteConfigurationTypeConverter))>]
type InternalNetworkPropertiesStaticRouteConfiguration = class
interface IInternalNetworkPropertiesStaticRouteConfiguration
interface IJsonSerializable
interface IStaticRouteConfiguration
interface IExtensionEnumProperty
interface IValidates
Public Class InternalNetworkPropertiesStaticRouteConfiguration
Implements IInternalNetworkPropertiesStaticRouteConfiguration, IValidates
- Inheritance
-
InternalNetworkPropertiesStaticRouteConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InternalNetworkPropertiesStaticRouteConfiguration() |
Creates an new InternalNetworkPropertiesStaticRouteConfiguration instance. |
Properties
| Name | Description |
|---|---|
| BfdConfiguration |
BFD configuration properties |
| Extension |
Extension. Example: NoExtension | NPB. |
| Ipv4Route |
List of IPv4 Routes. |
| Ipv6Route |
List of IPv6 Routes. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InternalNetworkPropertiesStaticRouteConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InternalNetworkPropertiesStaticRouteConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworkPropertiesStaticRouteConfiguration. |
| FromJsonString(String) |
Creates a new instance of InternalNetworkPropertiesStaticRouteConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InternalNetworkPropertiesStaticRouteConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |