IOptionBProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBPropertiesTypeConverter))]
public interface IOptionBProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBPropertiesTypeConverter))>]
type IOptionBProperties = interface
interface IJsonSerializable
Public Interface IOptionBProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ExportRouteTarget |
Route Targets to be applied for outgoing routes from CE. This is for backward compatibility. |
| ImportRouteTarget |
Route Targets to be applied for incoming routes into CE. This is for backward compatibility. |
| RouteTargetExportIpv4RouteTarget |
Route Targets to be applied for outgoing routes into CE. |
| RouteTargetExportIpv6RouteTarget |
Route Targets to be applied for outgoing routes from CE. |
| RouteTargetImportIpv4RouteTarget |
Route Targets to be applied for incoming routes into CE. |
| RouteTargetImportIpv6RouteTarget |
Route Targets to be applied for incoming routes from CE. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |