Udostępnij przez


PeeringListResult Class

Definition

The paginated list of peerings.

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

Constructors

Name Description
PeeringListResult()

Creates an new PeeringListResult instance.

Properties

Name Description
NextLink

The link to fetch the next page of peerings.

Value

The list of peerings.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to