OptionBProperties 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.
Option B configuration to be used for Management VPN.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBPropertiesTypeConverter))]
public class OptionBProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionBProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBPropertiesTypeConverter))>]
type OptionBProperties = class
interface IOptionBProperties
interface IJsonSerializable
Public Class OptionBProperties
Implements IOptionBProperties
- Inheritance
-
OptionBProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OptionBProperties() |
Creates an new OptionBProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OptionBProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OptionBProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionBProperties. |
| FromJsonString(String) |
Creates a new instance of OptionBProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OptionBProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |