AggregateRouteConfiguration 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.
List of IPv4 and IPv6 aggregate routes.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AggregateRouteConfigurationTypeConverter))]
public class AggregateRouteConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAggregateRouteConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AggregateRouteConfigurationTypeConverter))>]
type AggregateRouteConfiguration = class
interface IAggregateRouteConfiguration
interface IJsonSerializable
Public Class AggregateRouteConfiguration
Implements IAggregateRouteConfiguration
- Inheritance
-
AggregateRouteConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AggregateRouteConfiguration() |
Creates an new AggregateRouteConfiguration instance. |
Properties
| Name | Description |
|---|---|
| Ipv4Route |
List of IPv4 Route prefixes. |
| Ipv6Route |
List of Ipv6Routes prefixes. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AggregateRouteConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AggregateRouteConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAggregateRouteConfiguration. |
| FromJsonString(String) |
Creates a new instance of AggregateRouteConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AggregateRouteConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |