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