Dela via


PeerAsnListResult Class

Definition

The paginated list of peer ASNs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeerAsnListResultTypeConverter))]
public class PeerAsnListResult : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeerAsnListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeerAsnListResultTypeConverter))>]
type PeerAsnListResult = class
    interface IPeerAsnListResult
    interface IJsonSerializable
Public Class PeerAsnListResult
Implements IPeerAsnListResult
Inheritance
PeerAsnListResult
Attributes
Implements

Constructors

PeerAsnListResult()

Creates an new PeerAsnListResult instance.

Properties

NextLink

The link to fetch the next page of peer ASNs.

Value

The list of peer ASNs.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeerAsnListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeerAsnListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeerAsnListResult.

FromJsonString(String)

Creates a new instance of PeerAsnListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeerAsnListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to