你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PeeringReceivedRouteListResult Class

Definition

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()

Applies to