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