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