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