RouteTargetInformation Class

Definition

Route Target Configuration.

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

Constructors

Name Description
RouteTargetInformation()

Creates an new RouteTargetInformation instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RouteTargetInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RouteTargetInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRouteTargetInformation.

FromJsonString(String)

Creates a new instance of RouteTargetInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RouteTargetInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to