IRouteTargetInformation Interface

Definition

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

Properties

Name Description
ExportIpv4RouteTarget

Route Targets to be applied for outgoing routes into CE.

ExportIpv6RouteTarget

Route Targets to be applied for outgoing routes from CE.

ImportIpv4RouteTarget

Route Targets to be applied for incoming routes into CE.

ImportIpv6RouteTarget

Route Targets to be applied for incoming routes from CE.

Methods

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

Applies to