Udostępnij przez


PeeringLocationListResult Class

Definition

The paginated list of peering locations.

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

Constructors

Name Description
PeeringLocationListResult()

Creates an new PeeringLocationListResult instance.

Properties

Name Description
NextLink

The link to fetch the next page of peering locations.

Value

The list of peering locations.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringLocationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringLocationListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringLocationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to