PeeringReceivedRouteListResult 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.
The paginated list of received routes for the peering.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringReceivedRouteListResultTypeConverter))]
public class PeeringReceivedRouteListResult : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringReceivedRouteListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringReceivedRouteListResultTypeConverter))>]
type PeeringReceivedRouteListResult = class
interface IPeeringReceivedRouteListResult
interface IJsonSerializable
Public Class PeeringReceivedRouteListResult
Implements IPeeringReceivedRouteListResult
- Inheritance
-
PeeringReceivedRouteListResult
- Attributes
- Implements
Constructors
PeeringReceivedRouteListResult() |
Creates an new PeeringReceivedRouteListResult instance. |
Properties
NextLink |
The link to fetch the next page of received routes for the peering. |
Value |
The list of received routes for the peering. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringReceivedRouteListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringReceivedRouteListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringReceivedRouteListResult. |
FromJsonString(String) |
Creates a new instance of PeeringReceivedRouteListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringReceivedRouteListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |