StaticRouteProperties 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.
Route Properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StaticRoutePropertiesTypeConverter))]
public class StaticRouteProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStaticRouteProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StaticRoutePropertiesTypeConverter))>]
type StaticRouteProperties = class
interface IStaticRouteProperties
interface IJsonSerializable
Public Class StaticRouteProperties
Implements IStaticRouteProperties
- Inheritance
-
StaticRouteProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StaticRouteProperties() |
Creates an new StaticRouteProperties instance. |
Properties
| Name | Description |
|---|---|
| NextHop |
List of next hop addresses. |
| Prefix |
Prefix of the route. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticRouteProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticRouteProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStaticRouteProperties. |
| FromJsonString(String) |
Creates a new instance of StaticRouteProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticRouteProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |