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

IPeeringReceivedRoute Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringReceivedRouteTypeConverter))]
public interface IPeeringReceivedRoute : Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringReceivedRouteTypeConverter))>]
type IPeeringReceivedRoute = interface
    interface IJsonSerializable
Public Interface IPeeringReceivedRoute
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AsPath

The AS path for the prefix.

NextHop

The next hop for the prefix.

OriginAsValidationState

The origin AS change information for the prefix.

Prefix

The prefix.

ReceivedTimestamp

The received timestamp associated with the prefix.

RpkiValidationState

The RPKI validation state for the prefix and origin AS that's listed in the AS path.

TrustAnchor

The authority which holds the Route Origin Authorization record for the prefix, if any.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to