L3OptionBProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3OptionBPropertiesTypeConverter))]
public class L3OptionBProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3OptionBProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3OptionBPropertiesTypeConverter))>]
type L3OptionBProperties = class
interface IL3OptionBProperties
interface IJsonSerializable
Public Class L3OptionBProperties
Implements IL3OptionBProperties
- Inheritance
-
L3OptionBProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| L3OptionBProperties() |
Creates an new L3OptionBProperties instance. |
Properties
| Name | Description |
|---|---|
| ExportRouteTarget |
RouteTargets to be applied. This is used for the backward compatibility. |
| ImportRouteTarget |
RouteTargets to be applied. This is used for the backward compatibility. |
| RouteTarget |
RouteTargets to be applied. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L3OptionBProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3OptionBProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3OptionBProperties. |
| FromJsonString(String) |
Creates a new instance of L3OptionBProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3OptionBProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |