L3ExportRoutePolicy 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.
Array of ARM Resource ID of the RoutePolicies.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3ExportRoutePolicyTypeConverter))]
public class L3ExportRoutePolicy : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3ExportRoutePolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3ExportRoutePolicyTypeConverter))>]
type L3ExportRoutePolicy = class
interface IL3ExportRoutePolicy
interface IJsonSerializable
Public Class L3ExportRoutePolicy
Implements IL3ExportRoutePolicy
- Inheritance
-
L3ExportRoutePolicy
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| L3ExportRoutePolicy() |
Creates an new L3ExportRoutePolicy instance. |
Properties
| Name | Description |
|---|---|
| ExportIpv4RoutePolicyId |
ARM Resource ID of the RoutePolicy. |
| ExportIpv6RoutePolicyId |
ARM Resource ID of the RoutePolicy. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L3ExportRoutePolicy. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3ExportRoutePolicy. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3ExportRoutePolicy. |
| FromJsonString(String) |
Creates a new instance of L3ExportRoutePolicy, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3ExportRoutePolicy into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |