IStaticRouteProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StaticRoutePropertiesTypeConverter))]
public interface IStaticRouteProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StaticRoutePropertiesTypeConverter))>]
type IStaticRouteProperties = interface
    interface IJsonSerializable
Public Interface IStaticRouteProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextHop

List of next hop addresses.

Prefix

Prefix of the route.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to